Skip to content

Commit

Permalink
Disable renovate for main module dependency (#233)
Browse files Browse the repository at this point in the history
  • Loading branch information
timebertt authored Apr 24, 2024
1 parent 41797ff commit f899fb2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,11 @@
}
],
packageRules: [
{
// disable update of dependency on the main module
matchPackageNames: ["github.com/timebertt/kubernetes-controller-sharding"],
enabled: false
},
{
// automerge non-major updates except 0.* versions
// similar to :automergeStableNonMajor preset, but also works for versioning schemes without range support
Expand Down

0 comments on commit f899fb2

Please sign in to comment.