Skip to content

Commit 1e42826

Browse files
authored
Merge pull request #1 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1769546244
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents 6936a70 + 43612e2 commit 1e42826

1 file changed

Lines changed: 15 additions & 13 deletions

File tree

.github/dependabot.yml

Lines changed: 15 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,26 @@
1+
# Dependabot will run on day 5 of each month at 02:05 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
- package-ecosystem: npm
4+
5+
- package-ecosystem: "npm"
46
directory: "/"
57
schedule:
6-
interval: monthly
8+
interval: "cron"
79
day: 5
8-
time: "00:05"
9-
timezone: Europe/Berlin
10-
open-pull-requests-limit: 5
10+
timezone: "Europe/Berlin"
11+
cronjob: "5 2 5 * *"
12+
open-pull-requests-limit: 15
1113
assignees:
12-
- H5N1v2
13-
versioning-strategy: increase
14+
- "H5N1v2"
15+
versioning-strategy: "increase"
1416

15-
- package-ecosystem: github-actions
17+
- package-ecosystem: "github-actions"
1618
directory: "/"
1719
schedule:
18-
interval: monthly
20+
interval: "cron"
1921
day: 5
20-
time: "00:05"
21-
timezone: Europe/Berlin
22-
open-pull-requests-limit: 5
22+
timezone: "Europe/Berlin"
23+
cronjob: "5 2 5 * *"
24+
open-pull-requests-limit: 15
2325
assignees:
24-
- H5N1v2
26+
- "H5N1v2"

0 commit comments

Comments
 (0)