2 parents d387e76 + 31ea20d commit cbc78abCopy full SHA for cbc78ab
1 file changed
.github/dependabot.yml
@@ -0,0 +1,28 @@
1
+# Dependabot configuration
2
+
3
+version: 2
4
+updates:
5
6
+ - package-ecosystem: 'github-actions'
7
+ directory: '/'
8
+ schedule:
9
+ interval: 'cron'
10
+ timezone: 'Europe/Berlin'
11
+ cronjob: '44 2 23 * *'
12
+ open-pull-requests-limit: 15
13
14
+ - package-ecosystem: 'npm'
15
+ directories:
16
+ - '**/*'
17
18
19
20
21
+ open-pull-requests-limit: 20
22
+ versioning-strategy: 'increase'
23
+ cooldown:
24
+ default-days: 7
25
+ ignore:
26
+ - dependency-name: '@types/node'
27
+ update-types:
28
+ - 'version-update:semver-major'
0 commit comments