diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..44a4009 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,28 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + groups: + k8s: + patterns: + - "k8s.io/*" + - "sigs.k8s.io/*" + containers: + patterns: + - "github.com/containers/*" + - "github.com/opencontainers/*" + minor-and-patch: + update-types: + - minor + - patch + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + groups: + actions: + patterns: + - "*"