Skip to content

Commit

Permalink
Correct syntax for matchPackagePatterns (#699)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala authored Feb 20, 2025
1 parent 7dddff6 commit 74f7335
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@
],
"packageRules": [
{
"matchPackageNames": [
"k8s.io/**",
"sigs.k8s.io/**",
"go.opentelemetry.io/**",
"github.com/prometheus/**",
"matchPackagePatterns": [
"k8s.io/*",
"sigs.k8s.io/*",
"go.opentelemetry.io/*",
"github.com/prometheus/*",
"github.com/rancher/rancher/pkg/apis"
],
"enabled": false
Expand Down

0 comments on commit 74f7335

Please sign in to comment.