Skip to content

Commit

Permalink
Merge pull request #440 from kannon92/add-dependabot
Browse files Browse the repository at this point in the history
dependabot addition to repo
  • Loading branch information
k8s-ci-robot committed Nov 25, 2022
2 parents e0ec723 + de68965 commit 8668515
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:

# Maintain dependencies for go
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
labels:
- "ok-to-test"
ignore:
# Ignore major and minor versions for dependencies updates
# Allow patches and security updates.
- update-types: ["version-update:semver-major", "version-update:semver-minor"]

0 comments on commit 8668515

Please sign in to comment.