Skip to content

Commit

Permalink
Merge pull request #57 from robert-cronin/feat/add-dependency-updates
Browse files Browse the repository at this point in the history
Add dependency updates
  • Loading branch information
k8s-ci-robot authored Dec 2, 2024
2 parents 978b5a8 + 7ed26c4 commit 72018c1
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "area/dependency"
- "ok-to-test"
- "release-note-none"
groups:
kubernetes:
patterns:
- "k8s.io/*"
ignore:
# Ignore major and minor versions for dependencies updates
# Allow patches and security updates.
- dependency-name: k8s.io/*
update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 72018c1

Please sign in to comment.