diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 7617287..f340bff 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -15,6 +15,16 @@ ], "groupName": "GitHub Actions" }, + { + "matchManagers": [ + "github-actions" + ], + "matchPackagePrefixes": [ + "bufbuild/" + ], + // We manage bufbuild actions ourselves; no need to pin or bump. + "enabled": false + }, { "matchManagers": [ "pep621"