mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-11-22 09:54:24 +01:00
Merge pull request 'chore(renovate): schedule renovate updates weekly' (#4042) from viceice/renovate-optimize into forgejo
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/4042 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org>
This commit is contained in:
commit
a669198bfa
|
@ -97,11 +97,17 @@
|
||||||
"description": "Update renovate with higher prio to come through rate limit",
|
"description": "Update renovate with higher prio to come through rate limit",
|
||||||
"matchDatasources": ["docker"],
|
"matchDatasources": ["docker"],
|
||||||
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
"matchDepNames": ["ghcr.io/visualon/renovate"],
|
||||||
|
"extends": ["schedule:weekly"],
|
||||||
"prPriority": 10
|
"prPriority": 10
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"description": "Update go patch with higher prio to come through rate limit",
|
"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"],
|
"matchUpdateTypes": ["patch"],
|
||||||
"prPriority": 10,
|
"prPriority": 10,
|
||||||
"schedule": ["at any time"]
|
"schedule": ["at any time"]
|
||||||
|
|
Loading…
Reference in a new issue