From a0048f16f8616205acd70188103263f8a69f210f Mon Sep 17 00:00:00 2001 From: Alex Skrypnyk Date: Wed, 17 Jan 2024 09:25:31 +1100 Subject: [PATCH] [#93] Fixed Renovatebot not ignoring CI configs. --- renovate.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renovate.json b/renovate.json index 27da12f..5e599dd 100644 --- a/renovate.json +++ b/renovate.json @@ -4,5 +4,9 @@ "dependencyDashboard": true, "extends": [ "config:base" + ], + "ignorePaths": [ + ".circleci/config.yml", + ".github/workflows/test-php.yml" ] }