Skip to content

Commit b760048

Browse files
Update from template: X0000-randomDependabot
1 parent 15a7bb4 commit b760048

File tree

1 file changed

+20
-18
lines changed

1 file changed

+20
-18
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)