mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
27 lines
600 B
JSON
27 lines
600 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"description": "Automerge patch updates for non cilium packages",
|
|
"excludePackageNames": [
|
|
"cilium"
|
|
],
|
|
"matchUpdateTypes": [
|
|
"patch"
|
|
],
|
|
"automerge": true
|
|
}
|
|
],
|
|
"regexManagers": [
|
|
{
|
|
"fileMatch": [
|
|
"(^|/)\\.yaml$"
|
|
],
|
|
"matchStrings": [
|
|
".*(?<currentValue>v\\d+.\\d+.\\d+).*# renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
|
|
],
|
|
"extractVersionTemplate": "^v?(?<version>.*)$"
|
|
}
|
|
]
|
|
}
|