elasticsearch/renovate.json

26 lines
450 B
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>elastic/renovate-config:only-chainguard",
":disableDependencyDashboard"
],
"schedule": [
"after 1pm on tuesday"
],
"labels": [
">non-issue",
":Delivery/Packaging",
"Team:Delivery",
"auto-merge-without-approval"
],
"baseBranches": [
"main",
"9.1",
"9.0",
"8.19",
"8.18",
"8.17",
"7.17"
]
}