diff --git a/renovate.json b/renovate.json index 052a403..262b180 100644 --- a/renovate.json +++ b/renovate.json @@ -8,13 +8,13 @@ "packageRules": [ { "description": "Disable pin digest in docker-compose", - "matchPackagePatterns": [ - "*" - ], "matchFileNames": [ "docker-compose.yml" ], - "pinDigests": false + "pinDigests": false, + "matchPackageNames": [ + "*" + ] }, { "description": "Group all liquidsoap containers versions",