mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-12-15 06:41:46 +08:00
57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
|
{
|
||
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||
|
"extends": [
|
||
|
"config:base"
|
||
|
],
|
||
|
"packageRules": [
|
||
|
{
|
||
|
"matchManagers": ["docker-compose", "dockerfile", "helmv3", "helm-values"],
|
||
|
"matchPackagePatterns": [
|
||
|
"*"
|
||
|
],
|
||
|
"matchUpdateTypes": [
|
||
|
"minor",
|
||
|
"patch"
|
||
|
],
|
||
|
"groupName": "infra non-major dependencies",
|
||
|
"groupSlug": "infra-minor-patch"
|
||
|
},
|
||
|
{
|
||
|
"matchManagers": ["github-actions"],
|
||
|
"matchPackagePatterns": [
|
||
|
"*"
|
||
|
],
|
||
|
"matchUpdateTypes": [
|
||
|
"minor",
|
||
|
"patch"
|
||
|
],
|
||
|
"groupName": "gh-actions non-major dependencies",
|
||
|
"groupSlug": "actions-minor-patch"
|
||
|
},
|
||
|
{
|
||
|
"matchManagers": ["maven", "gradle"],
|
||
|
"matchPackagePatterns": [
|
||
|
"*"
|
||
|
],
|
||
|
"matchUpdateTypes": [
|
||
|
"minor",
|
||
|
"patch"
|
||
|
],
|
||
|
"groupName": "backend non-major dependencies",
|
||
|
"groupSlug": "backend-minor-patch"
|
||
|
},
|
||
|
{
|
||
|
"matchManagers": ["npm"],
|
||
|
"matchPackagePatterns": [
|
||
|
"*"
|
||
|
],
|
||
|
"matchUpdateTypes": [
|
||
|
"minor",
|
||
|
"patch"
|
||
|
],
|
||
|
"groupName": "frontend non-major dependencies",
|
||
|
"groupSlug": "frontend-minor-patch"
|
||
|
}
|
||
|
]
|
||
|
}
|