update forgejo and fix renovate (#169)
Reviewed-on: https://git.mgrote.net///mg/homeserver/pulls/169 Co-authored-by: Michael Grote <michael.grote@posteo.de> Co-committed-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
parent
c48f8d566d
commit
0076b451a4
2 changed files with 17 additions and 2 deletions
|
@ -55,7 +55,7 @@ ufw_rules:
|
|||
### ansible_role_gitea
|
||||
gitea_fork: "forgejo"
|
||||
# gitea update
|
||||
gitea_version: "1.21.11-2" # TODO renovate, wird das erkannt?
|
||||
gitea_version: "8.0.0" # TODO renovate, wird das erkannt?
|
||||
gitea_version_check: true
|
||||
gitea_backup_on_upgrade: false
|
||||
# gitea in the linux world
|
||||
|
|
|
@ -17,6 +17,14 @@
|
|||
],
|
||||
"datasourceTemplate": "github-releases",
|
||||
"depNameTemplate": "Corsinvest/cv4pve-autosnap"
|
||||
},
|
||||
{
|
||||
"fileMatch": ["git.yml$"],
|
||||
"matchStrings": [
|
||||
"gitea_version: (?<currentValue>v[\\d.]+)"
|
||||
],
|
||||
"datasourceTemplate": "gitea-releases",
|
||||
"lookupName": "https://codeberg.org/forgejo/forgejo"
|
||||
}],
|
||||
"packageRules": [{
|
||||
"matchDatasources": ["github-releases"],
|
||||
|
@ -29,5 +37,12 @@
|
|||
"matchDepNames": ["Corsinvest/cv4pve-autosnap"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["gitea-releases"],
|
||||
"matchDepNames": ["forgejo"],
|
||||
"lookupName": "https://codeberg.org/forgejo/forgejo",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue