Skip to content

Commit

Permalink
Merge pull request #125 from zhuxiaow1/master
Browse files Browse the repository at this point in the history
Create Dependabot Configuation to support Docker and go module updates
  • Loading branch information
k8s-ci-robot authored Feb 5, 2024
2 parents b0ce495 + 27097b2 commit bb27ff1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /tools
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'

0 comments on commit bb27ff1

Please sign in to comment.