diff --git a/.github/renovate.json b/.github/renovate.json index e6aebe8..0928a95 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -8,5 +8,8 @@ "labels" : ["type: \uD83D\uDCDA dependencies"], "enabledManagers": ["dockerfile", "nuget", "npm", "pip_requirements", "github-actions", "gradle-wrapper"], "dependencyDashboard" : false, - "excludeCommitPaths": [".github/workflows/auto-approve-sync-files.yml"] + "excludeCommitPaths": [".github/workflows/auto-approve-sync-files.yml"], + "ignorePaths": [ + ".github/workflows/auto-approve-sync-files.yml" + ] }