mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
chore(renovate): remove schedules for stable branches
This commit is contained in:
parent
567fccb02e
commit
f4a9fb73b4
1 changed files with 2 additions and 1 deletions
|
@ -183,7 +183,8 @@
|
||||||
{
|
{
|
||||||
"description": "Require approval for stable branches (must be last rule to override all others)",
|
"description": "Require approval for stable branches (must be last rule to override all others)",
|
||||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||||
"dependencyDashboardApproval": true
|
"dependencyDashboardApproval": true,
|
||||||
|
"schedule": ["at any time"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"customManagers": [
|
"customManagers": [
|
||||||
|
|
Loading…
Reference in a new issue