Skip to content

Commit

Permalink
Merge pull request #1348 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 Nov 11, 2023
2 parents 9e899ea + 4b041b0 commit d7f6d5b
Showing 1 changed file with 24 additions and 4 deletions.
28 changes: 24 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- "*"
- package-ecosystem: gomod
directory: /scripts
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- "*"

0 comments on commit d7f6d5b

Please sign in to comment.