Skip to content

Commit 39d2b53

Browse files
coreosbotdustymabe
authored andcommitted
Sync repo templates ⚙
Sync with coreos/repo-templates@f12bf00.
1 parent 7d375ec commit 39d2b53

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,24 @@
33

44
version: 2
55
updates:
6+
- package-ecosystem: "github-actions"
7+
directory: "/"
8+
schedule:
9+
interval: "weekly"
10+
labels: ["skip-notes"]
11+
open-pull-requests-limit: 3
612
- package-ecosystem: gomod
713
directory: /
814
schedule:
915
interval: weekly
1016
open-pull-requests-limit: 10
1117
labels:
1218
- area/dependencies
19+
20+
# Group all updates together in a single PR. We can remove some
21+
# updates from a combined update PR via comments to dependabot:
22+
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/managing-pull-requests-for-dependency-updates#managing-dependabot-pull-requests-for-grouped-updates-with-comment-commands
23+
groups:
24+
build:
25+
patterns:
26+
- "*"

0 commit comments

Comments
 (0)