Update from template: X0000-randomDependabot

This commit is contained in:
github-actions[bot]
2025-11-11 01:11:50 +00:00
parent 7bf04e494a
commit 2e78c1f42b
+14 -10
View File
@@ -1,16 +1,20 @@
# Dependabot will run on day 17 of each month at 02:15 (Europe/Berlin timezone)
version: 2 version: 2
updates: updates:
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/" directory: "/"
schedule: schedule:
interval: monthly interval: "cron"
time: "04:00" timezone: "Europe/Berlin"
timezone: Europe/Berlin cronjob: "15 2 17 * *"
- package-ecosystem: npm open-pull-requests-limit: 15
- package-ecosystem: "npm"
directory: "/" directory: "/"
schedule: schedule:
interval: monthly interval: "cron"
time: "04:00" timezone: "Europe/Berlin"
timezone: Europe/Berlin cronjob: "15 2 17 * *"
open-pull-requests-limit: 5 open-pull-requests-limit: 15
versioning-strategy: increase versioning-strategy: "increase"