Skip to content

Commit 5947a1b

Browse files
committed
chore: have dependabot do scheduled updates of Strapi
1 parent 14ed79b commit 5947a1b

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

dependabot.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: npm
4+
directory: /
5+
schedule:
6+
interval: daily
7+
ignore:
8+
- dependency-name: '\*'
9+
update-types: ["version-update:semver-patch"]
10+
groups:
11+
strapi:
12+
patterns:
13+
- "@strapi/*"

0 commit comments

Comments
 (0)