Skip to content

Commit

Permalink
Merge pull request #48 from oviceinc/fix/renovate-k8s
Browse files Browse the repository at this point in the history
Ignore k8s related updates in renovate
  • Loading branch information
h3poteto authored Nov 25, 2024
2 parents 83f3f14 + e9a5ef3 commit 11fe144
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"packageRules": [
{
"ignoreDeps": [
"k8s.io/*"
]
}
]
}

0 comments on commit 11fe144

Please sign in to comment.