chore: run renovate each day of the first week of the month
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Moritz 2025-10-17 19:39:32 +02:00
parent eb5fb5bb59
commit 7c295daedc
Signed by: moritz
GPG key ID: 1020A035E5DD0824
2 changed files with 1 additions and 2 deletions

View file

@ -107,7 +107,6 @@ name: renovate
trigger: trigger:
event: event:
- push
- cron - cron
- custom - custom
branch: branch:

View file

@ -1,7 +1,7 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"],
"schedule": ["* * * * *"], "schedule": ["* * 1-7 * *"],
"packageRules": [ "packageRules": [
{ {
"groupName": "Mix dependencies", "groupName": "Mix dependencies",