Skip to content

Commit a47de4e

Browse files
Update from template: X0000-randomDependabot (#3139)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0fa4cd6 commit a47de4e

File tree

1 file changed

+15
-12
lines changed

1 file changed

+15
-12
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1+
# Dependabot will run on day 14 of each month at 03:59 (Europe/Berlin timezone)
12
version: 2
23
updates:
3-
# Maintain dependencies for GitHub Actions
4-
- package-ecosystem: github-actions
4+
5+
- package-ecosystem: "github-actions"
56
directory: "/"
67
schedule:
7-
interval: monthly
8-
time: "04:00"
9-
timezone: Europe/Berlin
8+
interval: "cron"
9+
timezone: "Europe/Berlin"
10+
cronjob: "59 3 14 * *"
11+
open-pull-requests-limit: 15
1012

11-
- package-ecosystem: npm
12-
directory: "/"
13+
- package-ecosystem: "npm"
1314
schedule:
14-
interval: monthly
15-
time: "04:00"
16-
timezone: Europe/Berlin
17-
open-pull-requests-limit: 5
18-
versioning-strategy: increase
15+
interval: "cron"
16+
timezone: "Europe/Berlin"
17+
cronjob: "59 3 14 * *"
18+
open-pull-requests-limit: 15
19+
versioning-strategy: "increase"
20+
directories:
21+
- "**/*"

0 commit comments

Comments
 (0)