Skip to content

Commit 4bd2033

Browse files
Skip renovate updating bufbuild/ actions
In #446, renovate is pinning our bufbuild/ actions, which doesn't seem necessary.
1 parent 5875d73 commit 4bd2033

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,16 @@
1515
],
1616
"groupName": "GitHub Actions"
1717
},
18+
{
19+
"matchManagers": [
20+
"github-actions"
21+
],
22+
"matchPackagePrefixes": [
23+
"bufbuild/"
24+
],
25+
// We manage bufbuild actions ourselves; no need to pin or bump.
26+
"enabled": false
27+
},
1828
{
1929
"matchManagers": [
2030
"pep621"

0 commit comments

Comments
 (0)