Enable Renovate (#2398)

This commit is contained in:
Josh Mock
2024-10-23 11:38:08 -05:00
committed by GitHub
parent cef328c93d
commit 8e79bf847a

20
renovate.json Normal file
View File

@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>elastic/renovate-config"
],
"schedule": [
"* * * * 0"
],
"packageRules": [
{
"matchDepTypes": [
"devDependencies"
],
"automerge": true,
"labels": [
"backport 8.x"
]
}
]
}