renovate/reconfigure - Renovate v41.97.7 #179

Closed
Trez.One wants to merge 7 commits from renovate/reconfigure into main
Showing only changes of commit 8e2c31cc0f - Show all commits
+3 -3
View File
@@ -22,10 +22,10 @@
"semanticCommitScope": "signoz-clickhouse"
},
{
"description": "Allow only Alpine tag upgrades for all Alpinebased images",
"description": "Allow only Alpine tag upgrades for all Alpine-based images",
"matchDatasources": ["docker"],
"matchPackagePattern": [".*alpine.*"],
"allowedVersions": "/alpine/i",
"matchPackagePatterns": [".*alpine.*"],
"allowedVersions": ".*alpine.*",
"groupName": "alpine-upgrades",
"semanticCommitScope": "{{depName}}"
},