Skip to content

Commit

Permalink
add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreasBurger committed Apr 3, 2024
1 parent fb3ae69 commit 6507297
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# see https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
groups:
# Group all version-updates, except Gardener. Gardener-components should receive their own PR this way. Security updates will
# also receive their own individual PRs.
all-dependencies:
applies-to: "version-updates"
patterns:
- "*"
exclude-patterns:
- "github.com/gardener*"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 6507297

Please sign in to comment.