Skip to content

Commit

Permalink
chore(deps): fix package update rule (#10062)
Browse files Browse the repository at this point in the history
need to use the `Patterns` (regex) variant instead of `Names` (exact) for package rules.
  • Loading branch information
noahdietz authored Apr 29, 2024
1 parent 22e3eae commit 654e656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
],
"packageRules": [
{
"matchPackageNames": [
"matchPackagePatterns": [
"^github.com/google/go-github/v",
"^github.com/apache/arrow/go/v",
"^github.com/cloudprober/cloudprober"
Expand Down

0 comments on commit 654e656

Please sign in to comment.