Skip to content

Commit 86d1690

Browse files
Setup official GitHub Dependabot (strapi#7103)
* Setup official GitHub Dependabot Signed-off-by: Abdón Rodríguez Davila <[email protected]> * Add .npmrc file Signed-off-by: Abdón Rodríguez Davila <[email protected]> Co-authored-by: Alexandre BODIN <[email protected]>
1 parent 9684cd3 commit 86d1690

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

Diff for: .github/dependabot.yml

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'daily'
7+
versioning-strategy: increase

Diff for: .npmrc

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
save-exact=true

0 commit comments

Comments
 (0)