Skip to content

Commit

Permalink
chore(renovate): fix kubernetes client version
Browse files Browse the repository at this point in the history
  • Loading branch information
karlderkaefer committed Nov 6, 2022
1 parent a9d603a commit 6f46343
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,11 @@
"extends": [
"github>karlderkaefer/renovate-config:golang",
"schedule:monthly"
],
"packageRules": [
{
"matchPackageNames": ["k8s.io/client-go"],
"allowedVersions": "<=1.0"
}
]
}

0 comments on commit 6f46343

Please sign in to comment.