diff --git a/.github/renovate/base.json5 b/.github/renovate/base.json5 index 43c27e8..ac40f27 100644 --- a/.github/renovate/base.json5 +++ b/.github/renovate/base.json5 @@ -22,7 +22,7 @@ extends: ["helpers:pinGitHubActionDigests"], addLabels: ["deps:actions"], matchManagers: ["github-actions"], - matchPackageNames: ["!actions/**"] + matchPackageNames: ["!actions/**", "!github/**"], }, { description: "Use the deps:npm label for npm manager packages (this means Renovate's npm manager).",