Merge pull request #3285 from jrfnl/feature/dependabot-every-two-weeks

Dependabot/gh-actions: move to bi-weekly schedule
This commit is contained in:
Marcus Bointon 2025-12-08 14:00:32 +01:00 committed by GitHub
commit 84097ce614
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -8,7 +8,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "cron"
cronjob: "10 22 5,20 * *" # At 22:10, every 5th and 20th day of the month.
open-pull-requests-limit: 5
commit-message:
prefix: "GH Actions:"