richardnixon.dev-hugo/renovate.json
Richard Nixon f9d79eb433
All checks were successful
deploy / build-and-deploy (push) Successful in 20s
ci(renovate): drop in-config schedule
2026-05-27 21:21:54 +02:00

42 lines
1.1 KiB
JSON

{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":semanticCommits",
":dependencyDashboard"
],
"labels": ["renovate"],
"timezone": "America/Sao_Paulo",
"rangeStrategy": "pin",
"git-submodules": { "enabled": true },
"github-actions": { "enabled": true },
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^\\.forgejo/workflows/.*\\.ya?ml$"],
"matchStrings": [
"HUGO_VERSION=(?<currentValue>[0-9.]+)"
],
"datasourceTemplate": "github-releases",
"depNameTemplate": "gohugoio/hugo",
"extractVersionTemplate": "^v(?<version>.*)$"
}
],
"packageRules": [
{
"matchDatasources": ["docker"],
"matchUpdateTypes": ["digest"],
"automerge": false,
"addLabels": ["digest-pin"]
},
{
"matchManagers": ["git-submodules"],
"matchPackageNames": ["themes/PaperMod"],
"addLabels": ["theme-update"]
}
],
"vulnerabilityAlerts": {
"labels": ["security"],
"automerge": false
}
}