Skip to content

Commit

Permalink
fix: disable renovate dependency dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
TheIronRock95 committed Mar 18, 2023
1 parent b81421c commit 7f06d78
Showing 1 changed file with 16 additions and 4 deletions.
20 changes: 16 additions & 4 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":disableDependencyDashboard"
],
"packageRules": [{
"matchPackagePatterns": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}]
}

0 comments on commit 7f06d78

Please sign in to comment.