Skip to content

Commit 5deac05

Browse files
authored
Merge pull request #461 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762866152
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents b9448cd + c42f924 commit 5deac05

File tree

1 file changed

+26
-20
lines changed

1 file changed

+26
-20
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)