You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
709 B
29 lines
709 B
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices",
|
|
":pinAllExceptPeerDependencies",
|
|
":disableDependencyDashboard",
|
|
"group:allNonMajor",
|
|
"schedule:weekdays"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"groupName": "Linters",
|
|
"matchPackagePrefixes": ["@prettier/", "prettier"]
|
|
},
|
|
{
|
|
"groupName": "ESLint",
|
|
"extends": ["packages:eslint"]
|
|
},
|
|
{
|
|
"groupName": "StyleLint",
|
|
"extends": ["packages:stylelint"]
|
|
}
|
|
],
|
|
"enabledManagers": ["npm", "composer", "github-actions"],
|
|
"ignorePaths": ["**/node_modules/**", "install/deb/filemanager/filegator/composer.json"],
|
|
"reviewers": ["jaapmarcus", "krismkenn"],
|
|
"branchPrefix": "dependencies/"
|
|
}
|