Skip to content

Commit

Permalink
[Renovate/Core] Use prev-minor backport strategy (elastic#204709)
Browse files Browse the repository at this point in the history
## Summary

Speaking to @azasypkin, we noticed that we are not backporting many of
our dependency updates. These were mostly set to `backport:skip` before
the 9 vs. 8.x branch split. But we need it at the moment.

We'll need to revisit our backport strategy once we release 9.0.

### Identify risks

- [ ] Some deps like `@elastic/elasticsearch` might be bumped to 9.0 and
shouldn't be backported. We'll update the renovate file when that
occurs.
  • Loading branch information
afharo authored and JoseLuisGJ committed Dec 19, 2024
1 parent 0dccaca commit e2f6f53
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,7 @@
],
"labels": [
"release_note:skip",
"backport:skip",
"backport:prev-minor",
"Team:Operations",
"Team:Core"
],
Expand Down Expand Up @@ -610,7 +610,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -628,7 +628,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand Down Expand Up @@ -665,7 +665,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:all-open"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -684,7 +684,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:skip"
"backport:prev-minor"
],
"enabled": true
},
Expand All @@ -704,7 +704,7 @@
"labels": [
"release_note:skip",
"Team:Core",
"backport:all-open"
"backport:prev-minor"
],
"minimumReleaseAge": "7 days",
"enabled": true
Expand Down Expand Up @@ -2965,4 +2965,4 @@
"datasourceTemplate": "docker"
}
]
}
}

0 comments on commit e2f6f53

Please sign in to comment.