mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-09 16:55:16 +00:00
chore(renovate): schedule renovate updates weekly
This commit is contained in:
parent
63d5806388
commit
b3a837c64c
|
@ -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"]
|
||||
|
|
Loading…
Reference in a new issue