Skip to content

Commit

Permalink
ci: add dependabot to the project (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
gotbadger committed Nov 18, 2022
1 parent 94d7c7e commit 4ebe3cd
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
labels:
- "echoes/intent: risk-mitigation"
- package-ecosystem: github-actions
directory: "/"
open-pull-requests-limit: 10
schedule:
interval: "weekly"
labels:
- "echoes/intent: risk-mitigation"

0 comments on commit 4ebe3cd

Please sign in to comment.