mirror of
https://github.com/coreos/coreos-assembler.git
synced 2026-02-05 09:44:53 +01:00
github/dependabot: enable for all deps
Let's let dependabot update all deps monthly in a single PR.
This commit is contained in:
12
.github/dependabot.yml
vendored
12
.github/dependabot.yml
vendored
@@ -9,3 +9,15 @@ updates:
|
||||
- dependency-name: "github.com/coreos/butane"
|
||||
- dependency-name: "github.com/coreos/ignition/v2"
|
||||
- dependency-name: "github.com/coreos/stream-metadata-go"
|
||||
|
||||
- package-ecosystem: gomod
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: monthly
|
||||
# Group all updates together in a single PR. We can remove some
|
||||
# updates from a combined update PR via comments to dependabot:
|
||||
# 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
|
||||
groups:
|
||||
build:
|
||||
patterns:
|
||||
- "*"
|
||||
|
||||
Reference in New Issue
Block a user