Skip to content

Commit

Permalink
ci: run dependabot on github-actions
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzane committed Mar 11, 2023
1 parent 86290e6 commit 0451ec3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
- package-ecosystem: gomod
directory: /
schedule:
interval: "daily"
interval: daily
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily

0 comments on commit 0451ec3

Please sign in to comment.