From bfe51b1a36e08d6cc10f58d22a7c9e4d005577e1 Mon Sep 17 00:00:00 2001 From: Thomas Couchoud Date: Fri, 14 Apr 2023 11:14:52 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=84=20synced=20file(s)=20with=20Rakamb?= =?UTF-8?q?da/rakambda-github-files=20(#17)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: undefined --- .github/renovate.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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" + ] }