renovate: Add dependancy dashboard + try linuxkit image update
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
bab7db1746
commit
08128a7509
@ -1,5 +1,35 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.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": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchPackageNames": [
|
"matchPackageNames": [
|
||||||
|
Reference in New Issue
Block a user