We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6dbf345 + 4629f1d commit b2ec078Copy full SHA for b2ec078
1 file changed
.github/dependabot.yml
@@ -1,14 +1,15 @@
1
+# Dependabot will run on day 13 of each month at 03:11 (Europe/Berlin timezone)
2
version: 2
3
updates:
-- package-ecosystem: npm
4
- directory: "/"
5
- allow:
6
- - dependency-type: "production"
7
- schedule:
8
- interval: monthly
9
- time: "04:00"
10
- timezone: Europe/Berlin
11
- open-pull-requests-limit: 20
12
- assignees:
13
- - crycode-de
14
- versioning-strategy: increase
+ - package-ecosystem: "npm"
+ directory: "/"
+ allow:
+ - dependency-type: "production"
+ schedule:
+ interval: "cron"
+ timezone: "Europe/Berlin"
+ cronjob: "11 3 13 * *"
+ open-pull-requests-limit: 20
+ assignees:
+ - "crycode-de"
15
+ versioning-strategy: "increase"
0 commit comments