Skip to content

Commit 75f4e7a

Browse files
dustymabejlebon
authored andcommittedJun 19, 2025·
github/dependabot: merge two configs together
Apparently you can't have two config entries for `gomod` so we'll have to merge these two together. I'll just compromise and go from daily in one and monthly in the other and settle on weekly for both. Unfortunately there isn't really a way to validate your dependabot config before merging the PR and going to the dependabot tab so we'll YOLO until it works.
1 parent d4b1afd commit 75f4e7a

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed
 

‎.github/dependabot.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,7 @@ updates:
33
- package-ecosystem: gomod
44
directory: "/"
55
schedule:
6-
interval: daily
7-
allow:
8-
# For now, only enable the deps we know we want to keep fresh
9-
- dependency-name: "github.com/coreos/butane"
10-
- dependency-name: "github.com/coreos/ignition/v2"
11-
- dependency-name: "github.com/coreos/stream-metadata-go"
12-
13-
- package-ecosystem: gomod
14-
directory: "/"
15-
schedule:
16-
interval: monthly
6+
interval: weekly
177
# Group all updates together in a single PR. We can remove some
188
# updates from a combined update PR via comments to dependabot:
199
# 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

0 commit comments

Comments
 (0)
Please sign in to comment.