Skip to content

Commit

Permalink
Merge pull request #108 from MUzairS15/master
Browse files Browse the repository at this point in the history
Add dependabot
  • Loading branch information
leecalcote authored Apr 2, 2022
2 parents 06a1ec0 + b81bc88 commit 7706e2a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: gomod
directory: "/"
schedule:
interval: monthly
open-pull-requests-limit: 5
labels:
- pr/dependencies
- kind/chore
reviewers:
- MUzairS15
ignore:
- dependency-name: k8s.io/api
versions:
- ">= 0.20.a"
- "< 0.21"
- dependency-name: k8s.io/apimachinery
versions:
- ">= 0.20.a"
- "< 0.21"
- dependency-name: k8s.io/client-go
versions:
- ">= 0.20.a"
- "< 0.21"

0 comments on commit 7706e2a

Please sign in to comment.