Skip to content

Commit

Permalink
Merge pull request #97 from slok/slok/dependabot
Browse files Browse the repository at this point in the history
Fix dependabot config
  • Loading branch information
slok authored Mar 31, 2021
2 parents c3ed3ab + 3562e50 commit a867bdc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,9 @@ updates:
directory: "/"
schedule:
interval: "daily"
# Ignore Kubernetes dependencies to have full control on them.
ignored_updates:
- match:
dependency_name: "k8s.io/*"
ignore:
# Ignore Kubernetes dependencies to have full control on them.
- dependency-name: "k8s.io/*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit a867bdc

Please sign in to comment.