Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed May 1, 2022
2 parents 22cefdc + 726ad09 commit 5db4269
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,17 +1,9 @@
version: 2
updates:
# Enable version updates for npm
- package-ecosystem: "npm"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"

updates:
# Enable version updates for cargo
- package-ecosystem: "cargo"
# Look for `package.json` and `lock` files in the `root` directory
directory: "/src-tauri"
directory: "/"
# Check the npm registry for updates every day (weekdays)
schedule:
interval: "daily"

0 comments on commit 5db4269

Please sign in to comment.