elasticsearch/renovate.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
450 B
JSON
Raw Permalink Normal View History

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>elastic/renovate-config:only-chainguard",
":disableDependencyDashboard"
],
"schedule": [
"after 1pm on tuesday"
],
2025-01-30 08:00:07 +08:00
"labels": [
">non-issue",
":Delivery/Packaging",
"Team:Delivery",
"auto-merge-without-approval"
],
"baseBranches": [
"main",
2025-06-25 08:00:20 +08:00
"9.1",
2025-01-30 08:30:11 +08:00
"9.0",
2025-04-26 02:24:41 +08:00
"8.19",
2025-01-30 08:00:07 +08:00
"8.18",
2025-06-25 08:00:20 +08:00
"8.17",
"7.17"
]
}