fix(renovate): Don't seperate minor/major
This commit is contained in:
+3
-8
@@ -2,16 +2,11 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": [
|
"extends": [
|
||||||
":dependencyDashboard",
|
"schedule:weekly",
|
||||||
"group:allNonMajor:",
|
":maintainLockFilesWeekly"
|
||||||
"schedule:weekly"
|
|
||||||
],
|
],
|
||||||
|
"dependencyDashboard": true,
|
||||||
"semanticCommits": "disabled",
|
"semanticCommits": "disabled",
|
||||||
"lockFileMaintenance": {
|
|
||||||
"extends": [
|
|
||||||
"group:allNonMajor"
|
|
||||||
]
|
|
||||||
},
|
|
||||||
"ignorePaths": [
|
"ignorePaths": [
|
||||||
"attic/",
|
"attic/",
|
||||||
"bootstrap/"
|
"bootstrap/"
|
||||||
|
|||||||
Reference in New Issue
Block a user