Skip to content

Commit 94cd0f4

Browse files
Update from template: X0000-randomDependabot
1 parent 68def1b commit 94cd0f4

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

.github/dependabot.yml

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

0 commit comments

Comments
 (0)