⬆️: migrate renovate config (#673)

* ⬆️: migrate config .github/renovate.json

* Prettified Code!

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-02-16 21:30:22 +01:00 committed by GitHub
parent cda27f11dc
commit e35b48e077
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

12
.github/renovate.json vendored
View file

@ -6,8 +6,9 @@
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"ignoreDeps": ["nodejs"],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -17,6 +18,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -55,14 +57,14 @@
{
"groupName": "Python",
"matchDatasources": ["repology"],
"matchDepPatterns": ["^debian_*/python3.*"],
"automerge": true
"automerge": true,
"matchDepNames": ["/^debian_*/python3.*/"]
},
{
"groupName": "MariaDB",
"matchDatasources": ["repology"],
"matchDepPatterns": ["^debian_*/libmariadb.*"],
"automerge": true
"automerge": true,
"matchDepNames": ["/^debian_*/libmariadb.*/"]
}
]
}