renovate: remove forgejo config
All checks were successful
ansible-lint / ansible-lint (push) Successful in 24s
gitleaks / gitleaks (push) Successful in 3s

Signed-off-by: Michael Grote <michael.grote@posteo.de>
This commit is contained in:
Michael Grote 2024-08-27 20:41:41 +02:00
parent e9698fd4b7
commit 103be02501

View file

@ -17,15 +17,8 @@
], ],
"datasourceTemplate": "github-releases", "datasourceTemplate": "github-releases",
"depNameTemplate": "Corsinvest/cv4pve-autosnap" "depNameTemplate": "Corsinvest/cv4pve-autosnap"
}, }
{
"fileMatch": ["git.yml$"],
"matchStrings": [
"gitea_version: (?<currentValue>v[\\d.]+)"
], ],
"datasourceTemplate": "gitea-releases",
"lookupName": "https://codeberg.org/forgejo/forgejo"
}],
"packageRules": [{ "packageRules": [{
"matchDatasources": ["github-releases"], "matchDatasources": ["github-releases"],
"matchDepNames": ["0xERR0R/blocky"], "matchDepNames": ["0xERR0R/blocky"],
@ -37,12 +30,6 @@
"matchDepNames": ["Corsinvest/cv4pve-autosnap"], "matchDepNames": ["Corsinvest/cv4pve-autosnap"],
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch"],
"automerge": true "automerge": true
}, }
{ ]
"matchDatasources": ["gitea-releases"],
"matchDepNames": ["forgejo"],
"lookupName": "https://codeberg.org/forgejo/forgejo",
"matchUpdateTypes": ["minor", "patch"],
"automerge": true
}]
} }