Skip to content

Commit

Permalink
Disable dependabot wasm alerts
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed Jun 8, 2022
1 parent d536ce2 commit c4603b0
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
@@ -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

0 comments on commit c4603b0

Please sign in to comment.