From 03abb3d45d2d633c57f77b79dbefbe3304ad2d40 Mon Sep 17 00:00:00 2001 From: "renovate-gsuquet[bot]" <173481049+renovate-gsuquet[bot]@users.noreply.github.com> Date: Tue, 16 Sep 2025 15:06:05 +0000 Subject: [PATCH] chore(config): migrate config .github/renovate.json --- .github/renovate.json | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 87c5023..64bd2b0 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -6,15 +6,21 @@ "packageRules": [ { "description": "Use semantic commit type 'fix' for all actions", - "matchFileNames": [".github/workflows/**"], - "extends": [":semanticCommitTypeAll(fix)"] + "matchFileNames": [ + ".github/workflows/**" + ], + "extends": [ + ":semanticCommitTypeAll(fix)" + ] } ], "customManagers": [ { "description": "Update the version of the workflow in the README", "customType": "regex", - "fileMatch": ["^README\\.md$"], + "managerFilePatterns": [ + "/^README\\.md$/" + ], "matchStrings": [ "uses: gsuquet/workflows/.github/workflows/automation-labeler.yml@(?[^\\s]+)", "uses: gsuquet/workflows/.github/workflows/automation-labeler.yml@(?[a-z0-9]{40}|[a-z0-9]{64}) # tag=(?v\\d+\\.\\d+\\.\\d+)"