This is an automated email from the ASF dual-hosted git repository.
snazy 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 54b9d94b Add `renovate-bot` as a collaborator (#901)
54b9d94b is described below
commit 54b9d94b9d95b7be8261fc85c0238c7181a0f042
Author: Robert Stupp <[email protected]>
AuthorDate: Wed Jan 29 09:55:37 2025 +0100
Add `renovate-bot` as a collaborator (#901)
Adding renovate-bot as a collaborator, so CI doesn't need to be manually
approved, removing one manual step that has to be done for each renovate-PR.
---
.asf.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index d96fd338..af3359c7 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -64,6 +64,10 @@ github:
ghp_branch: gh-pages
ghp_path: /
+ collaborators:
+ # Adding renovate-bot as a collaborator, so CI doesn't need to be manually
approved
+ - renovate-bot
+
notifications:
commits: [email protected]
issues: [email protected]