renovate: Automerge themes/hugo-theme-relearn
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
nemunaire 2024-10-01 12:24:58 +02:00
parent a6ea1076cc
commit 4ca96385b8

View File

@ -1,5 +1,14 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackageNames": [
"themes/hugo-theme-relearn"
],
"automerge": true,
"automergeType": "branch"
}
],
"git-submodules": { "git-submodules": {
"enabled": true "enabled": true
} }