ss
This commit is contained in:
parent
c91b17510a
commit
2923abcd26
2 changed files with 15 additions and 1 deletions
|
@ -55,7 +55,7 @@ ufw_rules:
|
|||
### ansible_role_gitea
|
||||
gitea_fork: "forgejo"
|
||||
# gitea update
|
||||
gitea_version: "7.0.4" # TODO renovate, wird das erkannt?
|
||||
gitea_version: "7.0.5" # 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,11 @@
|
|||
"matchDepNames": ["Corsinvest/cv4pve-autosnap"],
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["gitea-releases"],
|
||||
"lookupName": "https://codeberg.org/forgejo/forgejo",
|
||||
"matchUpdateTypes": ["minor", "patch"],
|
||||
"automerge": true
|
||||
}]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue