Skip to content

Commit 4629f1d

Browse files
Update from template: X0000-randomDependabot
1 parent 6dbf345 commit 4629f1d

1 file changed

Lines changed: 13 additions & 12 deletions

File tree

.github/dependabot.yml

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
1+
# Dependabot will run on day 13 of each month at 03:11 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
- package-ecosystem: npm
4-
directory: "/"
5-
allow:
6-
- dependency-type: "production"
7-
schedule:
8-
interval: monthly
9-
time: "04:00"
10-
timezone: Europe/Berlin
11-
open-pull-requests-limit: 20
12-
assignees:
13-
- crycode-de
14-
versioning-strategy: increase
4+
- package-ecosystem: "npm"
5+
directory: "/"
6+
allow:
7+
- dependency-type: "production"
8+
schedule:
9+
interval: "cron"
10+
timezone: "Europe/Berlin"
11+
cronjob: "11 3 13 * *"
12+
open-pull-requests-limit: 20
13+
assignees:
14+
- "crycode-de"
15+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)