All checks were successful
deploy / build-and-deploy (push) Successful in 20s
42 lines
1.1 KiB
JSON
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
|
|
}
|
|
}
|