Skip to content

Commit

Permalink
Make Dependabot watch github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffwidman committed Jan 16, 2023
1 parent 7cae74b commit 8590eae
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
version: 2
updates:
# Dependencies listed in go.mod
- package-ecosystem: "gomod"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "gomod" # Dependencies listed in go.mod
directory: "/" # Location of package manifests
schedule:
interval: "weekly"

0 comments on commit 8590eae

Please sign in to comment.