Skip to content

Commit 2c98ec6

Browse files
Merge pull request #423 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762809184
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents 1ef8658 + 989accc commit 2c98ec6

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
1+
# Dependabot will run on day 21 of each month at 02:24 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
- package-ecosystem: github-actions
4+
5+
- package-ecosystem: "github-actions"
46
directory: "/"
57
schedule:
6-
interval: monthly
7-
time: "04:00"
8-
timezone: Europe/Berlin
9-
- package-ecosystem: npm
8+
interval: "cron"
9+
timezone: "Europe/Berlin"
10+
cronjob: "24 2 21 * *"
11+
open-pull-requests-limit: 15
12+
13+
- package-ecosystem: "npm"
1014
directory: "/"
1115
schedule:
12-
interval: monthly
13-
time: "04:00"
14-
timezone: Europe/Berlin
15-
open-pull-requests-limit: 5
16-
versioning-strategy: increase
16+
interval: "cron"
17+
timezone: "Europe/Berlin"
18+
cronjob: "24 2 21 * *"
19+
open-pull-requests-limit: 15
20+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)