Skip to content

Commit

Permalink
Ignore dependencies in renovate (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitsakala authored Feb 21, 2025
1 parent da2e54c commit d1a8cda
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,15 @@
"baseBranches": [
"main", "release/v0.1"
],
"prHourlyLimit": 2
"prHourlyLimit": 2,
"packageRules": [
{
"matchPackagePatterns": [
"k8s.io/*",
"sigs.k8s.io/*",
"github.com/prometheus/*"
],
"enabled": false
}
]
}

0 comments on commit d1a8cda

Please sign in to comment.