Adds a Dependabot config file

pull/42/head
Tpt 4 years ago
parent cfc7b29a57
commit 3543d891a1
  1. 12
      .github/dependabot.yml

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
- package-ecosystem: npm
directory: "/js"
schedule:
interval: daily
open-pull-requests-limit: 10
Loading…
Cancel
Save