chore: have dependabot do scheduled updates of Strapi

pull/167/head
Boaz Poolman 2025-01-03 10:53:55 +00:00
parent 14ed79b7b9
commit 5947a1ba42
1 changed files with 13 additions and 0 deletions

13
dependabot.yml Normal file
View File

@ -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/*"