www/renovate.json
Renovate Bot 30a63f4580
Alle Prüfungen waren erfolgreich
Build website / build (pull_request) Successful in 1m17s
Build website / build (push) Successful in 1m15s
Migrate config renovate.json
2024-11-04 11:05:37 +01:00

35 Zeilen
695 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": [
"nickslowinski"
],
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"build.yml"
],
"matchStrings": [
"\"image\":\\s\"(?<depName>[^:\"]+):(?<currentValue>[^@\"]+)(@(?<currentDigest>sha256:[a-f0-9]+))?\""
],
"datasourceTemplate": "docker"
}
]
}