diff --git a/renovate.json b/renovate.json index 35d5693..c9a248d 100644 --- a/renovate.json +++ b/renovate.json @@ -1,7 +1,7 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": ["config:base"], - "ignorePaths": ["**/ui/**"], + "ignorePaths": ["**/ui/**", "**/.devcontainer/**"], "regexManagers": [ { "fileMatch": ["build-images.sh"],