This is an automated email from the ASF dual-hosted git repository.
epugh pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
The following commit(s) were added to refs/heads/main by this push:
new 662504aae60 Disable dependabot opening prs for upgrades (#4798)
662504aae60 is described below
commit 662504aae605266e681786595937090df2ffcc3a
Author: Eric Pugh <[email protected]>
AuthorDate: Mon Aug 24 09:30:27 2026 -0400
Disable dependabot opening prs for upgrades (#4798)
---
.asf.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.asf.yaml b/.asf.yaml
index 31295205fdc..f905f3b9062 100644
--- a/.asf.yaml
+++ b/.asf.yaml
@@ -46,6 +46,12 @@ github:
collaborators:
- solrbot
+ # We use Renovate (solrbot) as our sole dependency-update bot; Dependabot's
version/security
+ # update PRs duplicate what Renovate already opens (e.g. #4737 duplicating
#4590). Keep
+ # dependabot_alerts on for Security-tab vulnerability visibility.
+ dependabot_alerts: true
+ dependabot_updates: false
+
notifications:
commits: [email protected]
issues: [email protected]