mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fixes for dependabot config
This requires a schedule interval and should use `npm` instead of yarn.
This commit is contained in:
parent
175cfe2678
commit
55895ca334
1 changed files with 4 additions and 2 deletions
6
.github/dependabot.yml
vendored
6
.github/dependabot.yml
vendored
|
|
@ -1,6 +1,8 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "yarn"
|
||||
directory: "/**"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
allow:
|
||||
- dependency-type: "production"
|
||||
Loading…
Reference in a new issue