From ffc48d6dc3cab910a1ecae91118baa4ce1d811b6 Mon Sep 17 00:00:00 2001 From: "pyhaul-renovate[bot]" <279676140+pyhaul-renovate[bot]@users.noreply.github.com> Date: Mon, 4 May 2026 06:33:38 +0000 Subject: [PATCH] chore(config): migrate config renovate.json --- renovate.json | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/renovate.json b/renovate.json index 2f2166e..f8407c0 100644 --- a/renovate.json +++ b/renovate.json @@ -90,14 +90,14 @@ { "description": "Low-privilege actions: grouped, standard cooldown", "matchManagers": ["github-actions"], - "excludePackageNames": [ - "pypa/gh-action-pypi-publish", - "hynek/build-and-inspect-python-package", - "codecov/codecov-action", - "actions/checkout", - "googleapis/release-please-action" - ], - "groupName": "github actions (low-privilege)" + "groupName": "github actions (low-privilege)", + "matchPackageNames": [ + "!pypa/gh-action-pypi-publish", + "!hynek/build-and-inspect-python-package", + "!codecov/codecov-action", + "!actions/checkout", + "!googleapis/release-please-action" + ] }, { "description": "Automerge non-major dev/lint dependency updates (skip 0.x)",