Skip to content

Commit 55c275e

Browse files
committed
(simatec) Update Dependabot
1 parent 8ab15a7 commit 55c275e

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,27 +1,24 @@
1-
# Dependabot will run on day 13 of each month at 01:06 (Europe/Berlin timezone)
1+
# Dependabot will run on day 10 of each month at 03:44 (Europe/Berlin timezone)
22
version: 2
33
updates:
4-
54
- package-ecosystem: "github-actions"
65
directory: "/"
76
schedule:
87
interval: "cron"
98
timezone: "Europe/Berlin"
10-
cronjob: "6 1 13 * *"
9+
cronjob: "44 3 10 * *"
1110
target-branch: "master"
1211
labels:
1312
- "dev dependencies"
1413
open-pull-requests-limit: 15
15-
1614
- package-ecosystem: "npm"
15+
directory: "/"
1716
schedule:
1817
interval: "cron"
1918
timezone: "Europe/Berlin"
20-
cronjob: "6 1 13 * *"
19+
cronjob: "44 3 10 * *"
2120
target-branch: "master"
2221
labels:
2322
- "dev dependencies"
2423
open-pull-requests-limit: 15
25-
versioning-strategy: "increase"
26-
directories:
27-
- "**/*"
24+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)