2022-12-01 13:41:02 -05:00
|
|
|
{
|
|
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
2022-12-06 09:17:32 -05:00
|
|
|
"extends": ["config:base", ":semanticCommits"],
|
2022-12-01 13:41:02 -05:00
|
|
|
"labels": ["dependencies"],
|
|
|
|
"packageRules": [
|
|
|
|
{
|
|
|
|
"matchPackagePrefixes": [
|
|
|
|
"lint-staged",
|
|
|
|
"@types/eslint",
|
|
|
|
"@typescript-eslint/",
|
|
|
|
"eslint"
|
|
|
|
],
|
2022-12-15 10:48:05 -05:00
|
|
|
"labels": ["linting"]
|
2022-12-01 13:41:02 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchDepTypes": ["devDependencies"],
|
|
|
|
"addLabels": ["dev dependencies"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchUpdateTypes": ["patch"],
|
2022-12-15 10:48:05 -05:00
|
|
|
"addLabels": ["patch"],
|
2022-12-01 13:41:02 -05:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchUpdateTypes": ["minor"],
|
|
|
|
"addLabels": ["minor"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchUpdateTypes": ["major"],
|
|
|
|
"addLabels": ["major"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePrefixes": ["@types/react", "react"],
|
|
|
|
"addLabels": ["react"]
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"matchPackagePrefixes": ["@types/jest", "jest"],
|
|
|
|
"addLabels": ["testing"]
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|