diff --git a/renovate.json b/renovate.json index 94ef2bb..4bf061e 100644 --- a/renovate.json +++ b/renovate.json @@ -3,6 +3,9 @@ "extends": [ "config:best-practices" ], + "ignorePaths": [ + "**/Dockerfile" + ], "packageRules": [ { "description": "official-images does not accept digest-pinned FROM lines (https://github.com/docker-library/official-images/pull/21812)",