Skip to content

Commit

Permalink
Merge pull request #99 from cisco-open/dependabot-config
Browse files Browse the repository at this point in the history
dependabot setup
  • Loading branch information
pepov authored Jun 6, 2024
2 parents 9fec39a + 0edc7e5 commit 4c8ff4d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,22 @@ updates:
directory: /
schedule:
interval: daily
groups:
gomod:
patterns:
- "*"
update-types:
- "minor"
- "patch"
ignore:
- dependency-name: "k8s.io/*"
update-types: ["version-update:semver-major", "version-update:semver-minor"]

- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
groups:
github-actions:
patterns:
- "*"

0 comments on commit 4c8ff4d

Please sign in to comment.