From 6744758c0afacae23c9d4bb4066f3a11e75344e8 Mon Sep 17 00:00:00 2001 From: Marco Ferrari Date: Sun, 18 Aug 2024 17:06:49 +0200 Subject: [PATCH] ci: update renovate config groups (#1525) --- .github/renovate.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 31d4ed34f..5a6a19b94 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -29,13 +29,13 @@ "packageRules": [ { "matchFileNames": [ - "config/ansible/**" + "config/ansible/**/requirements.yml" ], "groupName": "ansible" }, { "matchFileNames": [ - "config/lint/**" + "config/pre-commit/**" ], "groupName": "ci" }