Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhuxiaow0 authored Oct 19, 2023
1 parent 6395594 commit c80ed77
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
version: 2
updates:
- package-ecosystem: docker
directory: /artifacts/images
schedule:
interval: weekly
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'
- package-ecosystem: gomod
directory: /konnectivity-client
schedule:
interval: weekly
groups:
gomod-dependencies:
patterns:
- '*'

0 comments on commit c80ed77

Please sign in to comment.