chore: Upgrade to GitHub-native Dependabot

Change Rust crate update to weekly and npm to monthly.
This commit is contained in:
dependabot-preview[bot] 2021-04-29 15:26:17 +00:00 committed by Mike Welsh
parent 940cb8d2f7
commit 95e01ee7ee
2 changed files with 12 additions and 8 deletions

View File

@ -1,8 +0,0 @@
version: 1
update_configs:
- package_manager: "rust:cargo"
directory: "/."
update_schedule: "live"
- package_manager: "javascript"
directory: "web"
update_schedule: "weekly"

12
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/."
schedule:
interval: weekly
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/web"
schedule:
interval: monthly
open-pull-requests-limit: 10