update forgejo via renovate #225
1 changed files with 51 additions and 45 deletions
|
@ -2,7 +2,8 @@
|
||||||
"$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$"],
|
"fileMatch": ["blocky.yml$"],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"blocky_version: (?<currentValue>v[\\d.]+)"
|
"blocky_version: (?<currentValue>v[\\d.]+)"
|
||||||
|
@ -24,9 +25,12 @@
|
||||||
"gitea_version: (?<currentValue>[\\d.]+)"
|
"gitea_version: (?<currentValue>[\\d.]+)"
|
||||||
],
|
],
|
||||||
"datasourceTemplate": "gitea-releases",
|
"datasourceTemplate": "gitea-releases",
|
||||||
"depNameTemplate": "https://codeberg.org/forgejo/forgejo"
|
"depNameTemplate": "forgejo/forgejo",
|
||||||
}],
|
"registryUrls": ["https://codeberg.org"]
|
||||||
"packageRules": [{
|
}
|
||||||
|
],
|
||||||
|
"packageRules": [
|
||||||
|
{
|
||||||
"matchDatasources": ["github-releases"],
|
"matchDatasources": ["github-releases"],
|
||||||
"matchDepNames": ["0xERR0R/blocky"],
|
"matchDepNames": ["0xERR0R/blocky"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
|
@ -40,8 +44,10 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchDatasources": ["gitea-releases"],
|
"matchDatasources": ["gitea-releases"],
|
||||||
"matchDepNames": ["forgejo"],
|
"matchDepNames": ["forgejo/forgejo"],
|
||||||
"matchUpdateTypes": ["minor", "patch"],
|
"matchUpdateTypes": ["minor", "patch"],
|
||||||
"automerge": true
|
"automerge": true,
|
||||||
}]
|
"registryUrls": ["https://codeberg.org"]
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue