chore: have dependabot do scheduled updates of Strapi
parent
14ed79b7b9
commit
5947a1ba42
|
@ -0,0 +1,13 @@
|
|||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: npm
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
ignore:
|
||||
- dependency-name: '\*'
|
||||
update-types: ["version-update:semver-patch"]
|
||||
groups:
|
||||
strapi:
|
||||
patterns:
|
||||
- "@strapi/*"
|
Loading…
Reference in New Issue