Skip to content

Commit 56e9bcb

Browse files
Merge pull request #494 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762811731
[iobroker-bot] Optimize Dependabot Schedule Configuration
2 parents 8d133ca + cecce18 commit 56e9bcb

1 file changed

Lines changed: 27 additions & 22 deletions

File tree

.github/dependabot.yml

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

0 commit comments

Comments
 (0)