Disable dependabot wasm alerts
This commit is contained in:
10
.github/dependabot.yml
vendored
Normal file
10
.github/dependabot.yml
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
version: 2
|
||||||
|
|
||||||
|
# Only enable cargo, turn off npm from wasm example
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "cargo"
|
||||||
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
# disable regular version updates, security updates are unaffected
|
||||||
|
open-pull-requests-limit: 0
|
||||||
Reference in New Issue
Block a user