Skip to content

Commit

Permalink
Merge pull request #509 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
zeeke authored Nov 23, 2023
2 parents 0bf8f4f + 20d7ac9 commit 751a765
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: docker
directory: /images
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'

0 comments on commit 751a765

Please sign in to comment.