update forgejo via renovate #225

Open
mg wants to merge 5 commits from fr2 into master
Showing only changes of commit 2bafbf5fb1 - Show all commits

View file

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