Skip to content

Commit

Permalink
chore: disable major elasticsearch and kibana updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cexbrayat committed Dec 24, 2024
1 parent 52ff70f commit c00e7f4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,16 @@
// auto-merge if build is OK
"automerge": true,
"packageRules": [
// allow only patch and minor updates for elasticsearch docker image
{
"packageNames": [
"docker.elastic.co/elasticsearch/elasticsearch"
],
"updateTypes": [
"major"
],
"enabled": false
},
// group all minor dependencies, once a week
{
"matchDepPatterns": [
Expand Down

0 comments on commit c00e7f4

Please sign in to comment.