Browse Source

Revert "remove dependabot"

This reverts commit 1d24d1dc30.
pull/4967/head
Daniel 2 years ago
parent
commit
baa01b1b20
  1. 18
      .github/dependabot.yml

18
.github/dependabot.yml

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: weekly
day: monday
time: "03:00"
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: bundler
directory: "/docs/"
schedule:
interval: weekly
day: monday
time: "03:00"
open-pull-requests-limit: 10
versioning-strategy: increase
Loading…
Cancel
Save