Updating renovate.json for 41.97.7 and disabling Renovate workflows for now. #180

Merged
Trez.One merged 4 commits from renovate/reconfigure into main 2025-09-05 17:07:54 -04:00
Showing only changes of commit 1d3e48e96b - Show all commits
+1 -1
View File
@@ -24,7 +24,7 @@
{ {
"description": "Allow only Alpine tag upgrades for all Alpine-based images", "description": "Allow only Alpine tag upgrades for all Alpine-based images",
"matchDatasources": ["docker"], "matchDatasources": ["docker"],
"matchPackagePatterns": [".*alpine.*"], "matchPackagePattern": [".*alpine.*"],
"allowedVersions": ".*alpine.*", "allowedVersions": ".*alpine.*",
"groupName": "alpine-upgrades", "groupName": "alpine-upgrades",
"semanticCommitScope": "{{depName}}" "semanticCommitScope": "{{depName}}"