Skip to content

Commit

Permalink
Merge pull request #535 from zhuxiaow0/master
Browse files Browse the repository at this point in the history
Configure Dependabot for automatic Docker and Gomod updates
  • Loading branch information
k8s-ci-robot authored Nov 6, 2023
2 parents fafc33d + 223b96e commit 1a6a315
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:
- package-ecosystem: docker
directory: /artifacts/images
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'

0 comments on commit 1a6a315

Please sign in to comment.