update forgejo via renovate #225

Open
mg wants to merge 5 commits from fr2 into master
2 changed files with 50 additions and 60 deletions

View file

@ -55,7 +55,7 @@ ufw_rules:
### roles-ansible.gitea ### roles-ansible.gitea
gitea_fork: "forgejo" gitea_fork: "forgejo"
# gitea update # gitea update
gitea_version: "9.0.1" gitea_version: "9.0.0"
gitea_version_check: true gitea_version_check: true
gitea_backup_on_upgrade: false gitea_backup_on_upgrade: false
# gitea in the linux world # gitea in the linux world

View file

@ -1,61 +1,51 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended"],
"config:recommended" "ignorePaths": ["**/friedhof/**"],
], "regexManagers": [
"ignorePaths": [ {
"**/friedhof/**" "fileMatch": ["blocky.yml$"],
], "matchStrings": [
"customManagers": [ "blocky_version: (?<currentValue>v[\\d.]+)"
{ ],
"customType": "regex", "datasourceTemplate": "github-releases",
"fileMatch": [ "depNameTemplate": "0xERR0R/blocky"
"blocky.yml$" },
], {
"matchStrings": [ "fileMatch": ["pve.yml$"],
"blocky_version: (?<currentValue>v[\\d.]+)" "matchStrings": [
], "cv4pve_version: (?<currentValue>v[\\d.]+)"
"datasourceTemplate": "github-releases", ],
"depNameTemplate": "0xERR0R/blocky" "datasourceTemplate": "github-releases",
}, "depNameTemplate": "Corsinvest/cv4pve-autosnap"
{ },
"customType": "regex", {
"fileMatch": [ "fileMatch": ["git.yml$"],
"pve.yml$" "matchStrings": [
], "gitea_version: (?<currentValue>[\\d.]+)"
"matchStrings": [ ],
"cv4pve_version: (?<currentValue>v[\\d.]+)" "datasourceTemplate": "gitea-tags",
], "depNameTemplate": "forgejo/forgejo",
"datasourceTemplate": "github-releases", "registryUrls": ["https://codeberg.org"]
"depNameTemplate": "Corsinvest/cv4pve-autosnap" }
} ],
], "packageRules": [
"packageRules": [ {
{ "matchDatasources": ["github-releases"],
"matchDatasources": [ "matchDepNames": ["0xERR0R/blocky"],
"github-releases" "matchUpdateTypes": ["minor", "patch"],
], "automerge": true
"matchDepNames": [ },
"0xERR0R/blocky" {
], "matchDatasources": ["github-releases"],
"matchUpdateTypes": [ "matchDepNames": ["Corsinvest/cv4pve-autosnap"],
"minor", "matchUpdateTypes": ["minor", "patch"],
"patch" "automerge": true
], },
"automerge": true {
}, "matchDatasources": ["gitea-tags"],
{ "matchDepNames": ["forgejo/forgejo"],
"matchDatasources": [ "automerge": true
"github-releases" }
], ]
"matchDepNames": [
"Corsinvest/cv4pve-autosnap"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
]
} }