Skip to content

Commit

Permalink
ci: add dependabot config
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Sagi-Kazar <[email protected]>
  • Loading branch information
sagikazarmark committed Feb 5, 2023
1 parent c9c46a1 commit b7b9986
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2

updates:
- package-ecosystem: gomod
directory: /
labels:
- dependencies
schedule:
interval: daily

- package-ecosystem: github-actions
directory: /
labels:
- dependencies
schedule:
interval: daily

0 comments on commit b7b9986

Please sign in to comment.