Skip to content

Commit 6ba3b53

Browse files
Update from template: X0000-randomDependabot
1 parent 68def1b commit 6ba3b53

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
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+
- package-ecosystem: "npm"
5+
directory: "/"
6+
schedule:
7+
interval: "cron"
8+
timezone: "Europe/Berlin"
9+
cronjob: "16 1 2 * *"
10+
open-pull-requests-limit: 20
11+
assignees:
12+
- "UncleSamSwiss"
13+
versioning-strategy: "increase"

0 commit comments

Comments
 (0)