Skip to content

Commit d9e248c

Browse files
authored
Merge pull request #149 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762719529
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents e135ad9 + 648c64a commit d9e248c

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 7 of each month at 02:49 (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: "49 2 7 * *"
12+
open-pull-requests-limit: 20
13+
assignees:
14+
- "crycode-de"
15+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)