mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-22 18:01:02 +00:00
b177d82064
from #3268
58 lines
1.6 KiB
JSON
58 lines
1.6 KiB
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": ["github>woodpecker-ci/renovate-config"],
|
|
"packageRules": [
|
|
{
|
|
"matchCurrentVersion": "<1.0.0",
|
|
"matchPackageNames": ["github.com/distribution/reference"],
|
|
"matchUpdateTypes": ["major", "minor"],
|
|
"dependencyDashboardApproval": true
|
|
},
|
|
{
|
|
"matchPackageNames": ["github.com/charmbracelet/huh/spinner"],
|
|
"enabled": false
|
|
},
|
|
{
|
|
"matchManagers": ["docker-compose"],
|
|
"matchFileNames": ["docker-compose.gitpod.yaml"],
|
|
"addLabels": ["devx"]
|
|
},
|
|
{
|
|
"groupName": "golang-lang",
|
|
"matchPackagePatterns": ["^golang$", "xgo"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"groupName": "golang-packages",
|
|
"matchManagers": ["gomod"],
|
|
"matchUpdateTypes": ["minor", "patch"]
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchFileNames": ["web/package.json"],
|
|
"addLabels": ["ui"]
|
|
},
|
|
{
|
|
"matchManagers": ["npm"],
|
|
"matchFileNames": ["docs/**/package.json"],
|
|
"addLabels": ["documentation"]
|
|
},
|
|
{
|
|
"groupName": "web npm deps non-major",
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchFileNames": ["web/package.json"]
|
|
},
|
|
{
|
|
"groupName": "docs npm deps non-major",
|
|
"matchManagers": ["npm"],
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchFileNames": ["docs/**/package.json"]
|
|
},
|
|
{
|
|
"matchDatasources": ["docker"],
|
|
"matchPackagePatterns": ["xgo"],
|
|
"versioning": "regex:^go-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))$"
|
|
}
|
|
]
|
|
}
|