Skip to content

Commit

Permalink
add dependabot to kubectl-validate
Browse files Browse the repository at this point in the history
  • Loading branch information
kannon92 authored and alexzielenski committed Mar 28, 2024
1 parent 96abef7 commit a33cedc
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 @@
version: 2
updates:
# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
# Update all packages under k8s scope
# in one group
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 a33cedc

Please sign in to comment.