update forgejo and fix renovate (#169)
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s
gitleaks / gitleaks (push) Successful in 3s

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:
Michael Grote 2024-08-27 19:45:47 +02:00 committed by Michael Grote
parent c48f8d566d
commit 0076b451a4
2 changed files with 17 additions and 2 deletions

View file

@ -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

View file

@ -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
}]
}