From aa9e6b88b46f3a04ef68334e17c8f7353933a8b7 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Mon, 16 Dec 2024 19:17:14 +0000 Subject: [PATCH] ci: ignore pnpm lock file update from renovate These files are updated by our tooling --- renovate.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/renovate.json b/renovate.json index d210d12e0ec4..f39c77f08f9a 100644 --- a/renovate.json +++ b/renovate.json @@ -31,11 +31,8 @@ "tests/legacy-cli/e2e/ng-snapshot/package.json", ".github/workflows/**/*.yml" ], + "ignorePaths": ["pnpm-lock.yaml"], "packageRules": [ - { - "matchManagers": ["pnpm"], - "enabled": false - }, { "matchPackageNames": ["quicktype-core"], "schedule": ["before 4:00am on the first day of the month"]