Skip to content

Commit

Permalink
Merge pull request #602 from zhuxiaow0/master
Browse files Browse the repository at this point in the history
Configure Dependabot for automatic dependency updates
  • Loading branch information
k8s-ci-robot authored Nov 14, 2023
2 parents f04dfc2 + 721d8c9 commit b7a483b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: docker
directory: /images/dnsmasq
schedule:
interval: weekly
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'

0 comments on commit b7a483b

Please sign in to comment.