Skip to content

Commit b2ec078

Browse files
authored
Merge pull request #87 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762686658
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents 6dbf345 + 4629f1d commit b2ec078

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
# Dependabot will run on day 13 of each month at 03:11 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
- 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
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
allow:
7+
- dependency-type: "production"
8+
schedule:
9+
interval: "cron"
10+
timezone: "Europe/Berlin"
11+
cronjob: "11 3 13 * *"
12+
open-pull-requests-limit: 20
13+
assignees:
14+
- "crycode-de"
15+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)