We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5878af commit d4b1afdCopy full SHA for d4b1afd
.github/dependabot.yml
@@ -9,3 +9,15 @@ updates:
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
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