Skip to content

Commit

Permalink
chore: Update dependabot.yml
Browse files Browse the repository at this point in the history
Exclude minor updates for component-base, csi-test and csi-lib-utils
  • Loading branch information
hrak authored Jan 21, 2025
1 parent c174497 commit a890d37
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,13 @@ updates:
update-types: ["version-update:semver-minor"]
- dependency-name: "k8s.io/client-go"
update-types: ["version-update:semver-minor"]
- dependency-name: "k8s.io/component-base"
update-types: ["version-update:semver-minor"]
- dependency-name: "k8s.io/mount-utils"
update-types: ["version-update:semver-minor"]
- dependency-name: "github.com/container-storage-interface/spec"
update-types: ["version-update:semver-minor"]
- dependency-name: "github.com/kubernetes-csi/csi-test/v5"
update-types: ["version-update:semver-minor"]
- dependency-name: "github.com/kubernetes-csi/csi-lib-utils"
update-types: ["version-update:semver-minor"]

0 comments on commit a890d37

Please sign in to comment.