Merge pull request #139 from ioBroker-Bot/update-from-template-X0000-randomDependabot-1762823480

[iobroker-bot] Optimize Dependabot Schedule Configuration
This commit is contained in:
Bluefox
2026-03-31 22:15:10 +02:00
committed by GitHub
+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
updates:
- package-ecosystem: github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
- package-ecosystem: npm
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "15 2 17 * *"
open-pull-requests-limit: 15
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
time: "04:00"
timezone: Europe/Berlin
open-pull-requests-limit: 5
versioning-strategy: increase
interval: "cron"
timezone: "Europe/Berlin"
cronjob: "15 2 17 * *"
open-pull-requests-limit: 15
versioning-strategy: "increase"