Skip to content

Commit

Permalink
Update dependabot.yml (#400)
Browse files Browse the repository at this point in the history
Add github actions and reduce cargo schedule to weekly to hopefully make it easy to do all the week's updates at the same time.
  • Loading branch information
joshka authored Jan 25, 2024
1 parent 15b5caa commit 3e9a264
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,15 @@

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "cargo" # See documentation for possible values
directory: "/" # Location of package manifests
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 3e9a264

Please sign in to comment.