Skip to content

Commit 161311e

Browse files
authored
Merge pull request #364 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762533835
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents 92aa3a0 + e064572 commit 161311e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1+
# Dependabot will run on day 3 of each month at 01:42 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
- package-ecosystem: npm
4+
- package-ecosystem: "npm"
45
directory: "/"
56
schedule:
6-
interval: monthly
7-
time: "04:00"
8-
timezone: Europe/Berlin
7+
interval: "cron"
8+
timezone: "Europe/Berlin"
9+
cronjob: "42 1 3 * *"
910
open-pull-requests-limit: 15
10-
versioning-strategy: increase
11-
12-
- package-ecosystem: github-actions
11+
versioning-strategy: "increase"
12+
- package-ecosystem: "github-actions"
1313
directory: "/"
1414
schedule:
15-
interval: monthly
16-
time: "04:00"
17-
timezone: Europe/Berlin
15+
interval: "cron"
16+
timezone: "Europe/Berlin"
17+
cronjob: "42 1 3 * *"
1818
open-pull-requests-limit: 15

0 commit comments

Comments
 (0)