Skip to content

Commit

Permalink
Added dependabot.yaml with updates config
Browse files Browse the repository at this point in the history
  • Loading branch information
alekc committed Sep 18, 2023
1 parent 5158868 commit fb7ad57
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
labels: [ dependencies ]
assignees: [ alekc ]
reviewers: [ alekc ]
commit-message:
prefix: "*:"
schedule:
interval: daily
- package-ecosystem: "gomod"
directory: "/"
labels: [ dependencies ]
assignees: [ alekc ]
reviewers: [ alekc ]
commit-message:
prefix: "*:"
schedule:
interval: "daily"

0 comments on commit fb7ad57

Please sign in to comment.