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.
1 parent 68def1b commit 6ba3b53Copy full SHA for 6ba3b53
.github/dependabot.yml
@@ -1,12 +1,13 @@
1
+# Dependabot will run on day 2 of each month at 01:16 (Europe/Berlin timezone)
2
version: 2
3
updates:
-- package-ecosystem: npm
4
- directory: "/"
5
- schedule:
6
- interval: monthly
7
- time: "04:00"
8
- timezone: Europe/Berlin
9
- open-pull-requests-limit: 20
10
- assignees:
11
- - UncleSamSwiss
12
- versioning-strategy: increase
+ - package-ecosystem: "npm"
+ directory: "/"
+ schedule:
+ interval: "cron"
+ timezone: "Europe/Berlin"
+ cronjob: "16 1 2 * *"
+ open-pull-requests-limit: 20
+ assignees:
+ - "UncleSamSwiss"
13
+ versioning-strategy: "increase"
0 commit comments