chore(renovate): schedule renovate updates weekly

This commit is contained in:
Michael Kriese 2024-06-06 08:56:24 +02:00
parent 63d5806388
commit b3a837c64c
No known key found for this signature in database
GPG key ID: F8D7748549A5986A

View file

@ -97,11 +97,17 @@
"description": "Update renovate with higher prio to come through rate limit",
"matchDatasources": ["docker"],
"matchDepNames": ["ghcr.io/visualon/renovate"],
"extends": ["schedule:weekly"],
"prPriority": 10
},
{
"description": "Update go patch with higher prio to come through rate limit",
"matchDepNames": ["go", "golang", "docker.io/golang", "docker.io/library/golang"],
"matchDepNames": [
"go",
"golang",
"docker.io/golang",
"docker.io/library/golang"
],
"matchUpdateTypes": ["patch"],
"prPriority": 10,
"schedule": ["at any time"]