mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +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
1 changed files with 7 additions and 1 deletions
|
@ -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