Skip to content

Commit

Permalink
chore: getting rid of renovate noise
Browse files Browse the repository at this point in the history
  • Loading branch information
hertzg committed Jul 31, 2024
1 parent 0e5dfbf commit 2c3a876
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,14 @@
":preserveSemverRanges",
":maintainLockFilesMonthly",
"schedule:daily",
"group:all"
":library"
],
"separateMajorMinor": false
"dependencyDashboard": false,
"separateMajorMinor": false,
"packageRules": [
{
"depTypeList": ["devDependencies"],
"enabled": false
}
]
}

0 comments on commit 2c3a876

Please sign in to comment.