Skip to content

Commit 9a778cb

Browse files
committed
(simatec) Update Dependabot
1 parent f1a512c commit 9a778cb

File tree

4 files changed

+656
-571
lines changed

4 files changed

+656
-571
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,27 @@
1+
# Dependabot will run on day 13 of each month at 01:06 (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
8+
interval: "cron"
9+
timezone: "Europe/Berlin"
10+
cronjob: "6 1 13 * *"
911
target-branch: "master"
1012
labels:
1113
- "dev dependencies"
12-
- package-ecosystem: npm
13-
directory: "/"
14+
open-pull-requests-limit: 15
15+
16+
- package-ecosystem: "npm"
1417
schedule:
15-
interval: monthly
16-
time: "04:00"
17-
timezone: Europe/Berlin
18+
interval: "cron"
19+
timezone: "Europe/Berlin"
20+
cronjob: "6 1 13 * *"
1821
target-branch: "master"
1922
labels:
2023
- "dev dependencies"
21-
open-pull-requests-limit: 10
22-
versioning-strategy: increase
24+
open-pull-requests-limit: 15
25+
versioning-strategy: "increase"
26+
directories:
27+
- "**/*"

0 commit comments

Comments
 (0)