mirror of
https://github.com/actions-rs/toolchain.git
synced 2025-09-06 08:11:57 +03:00
CI: Add Dependabot configuration
Will check weekly the npm dependencies and open PRs to update them
This commit is contained in:
parent
b3ea035039
commit
8a37e5782c
1 changed files with 7 additions and 0 deletions
7
.github/dependabot.yml
vendored
Normal file
7
.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,7 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: weekly
|
||||
open-pull-requests-limit: 10
|
Loading…
Add table
Add a link
Reference in a new issue