Skip to content

Commit d4b1afd

Browse files
committed
github/dependabot: enable for all deps
Let's let dependabot update all deps monthly in a single PR.
1 parent c5878af commit d4b1afd

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,15 @@ updates:
99
- dependency-name: "github.com/coreos/butane"
1010
- dependency-name: "github.com/coreos/ignition/v2"
1111
- dependency-name: "github.com/coreos/stream-metadata-go"
12+
13+
- package-ecosystem: gomod
14+
directory: "/"
15+
schedule:
16+
interval: monthly
17+
# Group all updates together in a single PR. We can remove some
18+
# updates from a combined update PR via comments to dependabot:
19+
# 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
20+
groups:
21+
build:
22+
patterns:
23+
- "*"

0 commit comments

Comments
 (0)