Skip to content

Commit 07b58a6

Browse files
jbachorikclaude
andcommitted
Add no-release-notes label to Dependabot PRs
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent bbd16ce commit 07b58a6

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ updates:
77
interval: "weekly"
88
day: "monday"
99
open-pull-requests-limit: 5
10+
labels:
11+
- "dependencies"
12+
- "no-release-notes"
1013
groups:
1114
gradle-minor:
1215
update-types:
@@ -20,6 +23,9 @@ updates:
2023
interval: "weekly"
2124
day: "monday"
2225
open-pull-requests-limit: 5
26+
labels:
27+
- "dependencies"
28+
- "no-release-notes"
2329
groups:
2430
gradle-minor:
2531
update-types:
@@ -33,3 +39,6 @@ updates:
3339
interval: "weekly"
3440
day: "monday"
3541
open-pull-requests-limit: 5
42+
labels:
43+
- "dependencies"
44+
- "no-release-notes"

0 commit comments

Comments
 (0)