21 lines
507 B
YAML
21 lines
507 B
YAML
# Dependabot will run on day 17 of each month at 02:15 (Europe/Berlin timezone)
|
|
version: 2
|
|
updates:
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "cron"
|
|
timezone: "Europe/Berlin"
|
|
cronjob: "15 2 17 * *"
|
|
open-pull-requests-limit: 15
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "cron"
|
|
timezone: "Europe/Berlin"
|
|
cronjob: "15 2 17 * *"
|
|
open-pull-requests-limit: 15
|
|
versioning-strategy: "increase"
|