⬆️: migrate renovate config (#152)

* ⬆️: 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 13:01:25 +01:00 committed by GitHub
parent daa42c4dd3
commit 780f3adabb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,8 +5,9 @@
"labels": ["dependencies", "no-stale"],
"commitMessagePrefix": "⬆️",
"commitMessageTopic": "{{depName}}",
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": ["/Dockerfile$", "/build.yaml$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -16,6 +17,7 @@
"datasourceTemplate": "docker"
},
{
"customType": "regex",
"fileMatch": ["/Dockerfile$"],
"matchStringsStrategy": "any",
"matchStrings": [
@ -34,8 +36,8 @@
{
"groupName": "Python",
"matchDatasources": ["repology"],
"matchDepPatterns": ["^alpine.*/python.*"],
"automerge": true
"automerge": true,
"matchDepNames": ["/^alpine.*/python.*/"]
},
{
"groupName": "Add-on base image",