This repository has been archived on 2024-03-03. You can view files and clone it, but cannot push or open issues or pull requests.
adlin/renovate.json

39 lines
935 B
JSON
Raw Normal View History

2021-08-03 09:01:32 +00:00
{
2021-12-03 14:11:09 +00:00
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
2023-05-05 07:56:04 +00:00
"extends": [
"config:base",
":dependencyDashboard",
"local>iac/renovate-config",
"local>iac/renovate-config//automerge-common"
],
"regexManagers": [
{
"fileMatch": [
"^challenge.yml$",
"^login.yml$",
"^server.yml$",
"^tuto2.yml$",
"^tuto3.yml$"
],
"matchStrings": [
2023-02-19 15:38:12 +00:00
"\\s*-\\s+(?<depName>\\w[a-zA-Z.\\/-]*?):(?<currentValue>[a-zA-Z0-9.-]*?)\\n",
"image:\\s*(?<depName>\\S.*?):(?<currentValue>.+)"
],
2023-02-19 15:38:12 +00:00
"datasourceTemplate": "docker",
"versioningTemplate": "docker"
}
],
2021-12-03 14:11:09 +00:00
"packageRules": [
{
2022-02-08 16:04:20 +00:00
"matchPackageNames": [
"github.com/julienschmidt/httprouter",
"github.com/miekg/dns",
"github.com/rivo/tview",
"gopkg.in/asn1-ber.v1"
],
2021-12-03 14:11:09 +00:00
"automerge": true,
"automergeType": "branch"
}
]
2021-08-03 09:01:32 +00:00
}