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
Pierre-Olivier Mercier 08128a7509
All checks were successful
continuous-integration/drone/push Build is passing
renovate: Add dependancy dashboard + try linuxkit image update
2022-08-16 00:23:45 +02:00

48 lines
1.1 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base", ":dependencyDashboard"],
"regexManagers": [
{
"fileMatch": [
"^challenge.yml$",
"^login.yml$",
"^server.yml$",
"^tuto2.yml$",
"^tuto3.yml$"
],
"matchStrings": [
"init:\n\s*(?<depName>.*?):(?<currentValue>.+)",
"init:(\n\s*-.*?)*\n\s*-(?<depName>.*?):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
},
{
"fileMatch": [
"^challenge.yml$",
"^login.yml$",
"^server.yml$",
"^tuto2.yml$",
"^tuto3.yml$"
],
"matchStrings": [
"image:\s*(?<depName>.*?):(?<currentValue>.+)"
],
"datasourceTemplate": "docker"
}
],
"packageRules": [
{
"matchPackageNames": [
"github.com/julienschmidt/httprouter",
"github.com/go-sql-driver/mysql",
"github.com/miekg/dns",
"github.com/rivo/tview",
"golang.org/x/oauth2",
"gopkg.in/asn1-ber.v1"
],
"automerge": true,
"automergeType": "branch"
}
]
}