Nick Slowinski
e7dc61e5d4
Alle Prüfungen waren erfolgreich
Build website / build (push) Successful in 47s
Signed-off-by: Nick Slowinski <nick@nick-slowinski.de>
28 Zeilen
Kein EOL
636 B
JSON
28 Zeilen
Kein EOL
636 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"packageRules": [
|
|
{
|
|
"extends": "monorepo:docusaurus",
|
|
"groupName": "docusaurus monorepo",
|
|
"matchUpdateTypes": [
|
|
"digest",
|
|
"patch",
|
|
"minor",
|
|
"major"
|
|
]
|
|
}
|
|
],
|
|
"reviewers": ["nick-slowinski.de/Owners"],
|
|
"customManagers": [
|
|
{
|
|
"customType": "regex",
|
|
"fileMatch": [
|
|
"build.yml"
|
|
],
|
|
"matchStrings": [
|
|
"\"image\":\\s\"(?<depName>[^:\"]+):(?<currentValue>[^@\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\""
|
|
],
|
|
"datasourceTemplate": "docker"
|
|
}
|
|
]
|
|
} |