Nick Slowinski
c45c53fb74
Alle Prüfungen waren erfolgreich
Build and deploy website / build (push) Successful in 48s
Signed-off-by: Nick Slowinski <nick@nick-slowinski.de>
31 Zeilen
Kein EOL
681 B
JSON
31 Zeilen
Kein EOL
681 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:recommended"
|
|
],
|
|
"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"
|
|
}
|
|
]
|
|
} |