Skip to content

Commit 9c35f37

Browse files
committed
Dependabot version updates configuration
1 parent 6f89aae commit 9c35f37

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: 'npm'
4+
directory: '/'
5+
schedule:
6+
interval: 'weekly'
7+
cooldown:
8+
default-days: 5
9+
semver-major-days: 21
10+
semver-minor-days: 14
11+
semver-patch-days: 7
12+
- package-ecosystem: 'github-actions'
13+
directory: '/'
14+
schedule:
15+
interval: 'weekly'

0 commit comments

Comments
 (0)