Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jul 23, 2023
1 parent 0972baf commit dd50ff0
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: "go"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'fix(deps): '
groups:
all:
patterns:
- '*'
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: 'fix(deps): '
groups:
all:
patterns:
- '*'

0 comments on commit dd50ff0

Please sign in to comment.