mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-06-11 08:59:30 +00:00
chore(renovate): disable indirect digest updates for stable (#8055)
We usually don't updates them anyways --- Please admin merge to not waste ci time Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/8055 Reviewed-by: Earl Warren <earl-warren@noreply.codeberg.org> Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
ea07f0c0f3
commit
240d958c0f
1 changed files with 1 additions and 1 deletions
|
@ -148,7 +148,7 @@
|
||||||
"description": "Disable indirect updates for stable branches",
|
"description": "Disable indirect updates for stable branches",
|
||||||
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
"matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"],
|
||||||
"matchManagers": ["gomod"],
|
"matchManagers": ["gomod"],
|
||||||
"matchUpdateTypes": ["major", "minor", "patch"],
|
"matchUpdateTypes": ["major", "minor", "patch", "digest"],
|
||||||
"matchDepTypes": ["indirect"],
|
"matchDepTypes": ["indirect"],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue