From be3e9afb32a48ea0a63db298b6e213ee8f82651c Mon Sep 17 00:00:00 2001 From: Artur Sudnik-Hrynkiewicz Date: Wed, 30 Aug 2023 17:20:54 +0200 Subject: [PATCH] chore: fixing Renovate Bot config typo --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 7e211414..598de8aa 100644 --- a/renovate.json +++ b/renovate.json @@ -4,7 +4,7 @@ ], "lockFileMaintenance": { "enabled": true }, "ignorePaths": [ - ".github/workflows/deployments.yaml", + ".github/workflows/deployment.yaml", ".github/workflows/deployment-release.yaml" ], "labels": ["dependencies"],