2023-09-10 08:07:50 +00:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2023-10-17 07:23:13 +00:00
|
|
|
"extends": ["github>woodpecker-ci/renovate-config"],
|
2023-09-10 08:07:50 +00:00
|
|
|
"prConcurrentLimit": 5,
|
|
|
|
"packageRules": [
|
2023-09-17 14:51:45 +00:00
|
|
|
{
|
|
|
|
"matchManagers": ["docker-compose"],
|
|
|
|
"matchFileNames": ["docker-compose.gitpod.yml"],
|
|
|
|
"labels": ["devx"]
|
|
|
|
},
|
2023-09-10 23:03:06 +00:00
|
|
|
{
|
2023-10-11 10:21:20 +00:00
|
|
|
"matchManagers": ["gomod", "npm", "dockerfile"],
|
2023-09-10 23:03:06 +00:00
|
|
|
"labels": ["dependencies"]
|
|
|
|
},
|
2023-09-11 06:57:20 +00:00
|
|
|
{
|
|
|
|
"matchManagers": ["woodpecker"],
|
|
|
|
"labels": ["build"]
|
|
|
|
},
|
2023-10-11 09:51:59 +00:00
|
|
|
{
|
2023-10-11 10:21:20 +00:00
|
|
|
"groupName": "golang (lang)",
|
|
|
|
"matchPackagePatterns": ["^golang$", "xgo"],
|
2023-10-17 07:23:13 +00:00
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2023-10-11 09:51:59 +00:00
|
|
|
},
|
2023-09-10 08:07:50 +00:00
|
|
|
{
|
2023-10-11 10:21:20 +00:00
|
|
|
"groupName": "golang (packages)",
|
2023-09-10 08:07:50 +00:00
|
|
|
"matchManagers": ["gomod"],
|
2023-10-17 07:23:13 +00:00
|
|
|
"matchUpdateTypes": ["minor", "patch"]
|
2023-09-10 08:07:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "web npm deps non-major",
|
|
|
|
"matchManagers": ["npm"],
|
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
2023-10-17 07:23:13 +00:00
|
|
|
"matchFileNames": ["web/package.json"]
|
2023-09-10 08:07:50 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"groupName": "docs npm deps non-major",
|
|
|
|
"matchManagers": ["npm"],
|
|
|
|
"matchUpdateTypes": ["minor", "patch"],
|
2023-10-17 07:23:13 +00:00
|
|
|
"matchFileNames": ["docs/**/package.json"]
|
2023-10-04 09:09:19 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchDatasources": ["docker"],
|
|
|
|
"matchPackagePatterns": ["xgo"],
|
|
|
|
"versioning": "regex:^go-(?<major>\\d+)?(\\.(?<minor>\\d+))?(\\.(?<patch>\\d+))$"
|
2023-09-10 08:07:50 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|