Formatting.

This commit is contained in:
2025-09-22 15:15:50 -04:00
parent bc9695111b
commit 3783c1bff0
+4 -10
View File
@@ -43,15 +43,9 @@
"packageRules": [
{
"description": "Alpine-based images only update to Alpine-based versions",
"matchDatasources": [
"docker"
],
"matchManagers": [
"docker-compose"
],
"matchPackageNames": [
".*"
],
"matchDatasources": ["docker"],
"matchManagers": ["docker-compose"],
"matchPackageNames": [".*"],
"allowedVersions": "/alpine/i"
},
{
@@ -69,4 +63,4 @@
"pinDigests": true
}
]
}
}