This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 67262ff0 Add renovate-polaris label to renovatebot (to easily filter
renovatebot PR notifications) (#839)
67262ff0 is described below
commit 67262ff0a742816154a38e3248cc545c23d0caf4
Author: JB Onofré <[email protected]>
AuthorDate: Mon Feb 17 18:29:48 2025 +0100
Add renovate-polaris label to renovatebot (to easily filter renovatebot PR
notifications) (#839)
---
.github/renovate.json5 | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/renovate.json5 b/.github/renovate.json5
index f139cfd9..26972b2c 100644
--- a/.github/renovate.json5
+++ b/.github/renovate.json5
@@ -78,4 +78,7 @@
// concurrent PRs limit.
prConcurrentLimit: 50,
prHourlyLimit: 5,
+
+ // add renovate-polaris label to easily filter PRs/email
+ labels: ["renovate-polaris"],
}