Skip to content

Commit

Permalink
feat(default): Update default.json (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianArenal authored Sep 10, 2024
1 parent e1873f0 commit c5f1fb6
Showing 1 changed file with 3 additions and 15 deletions.
18 changes: 3 additions & 15 deletions default.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": [
"config:recommended"
"config:recommended",
"group:allNonMajor"
],
"labels": ["dependencies"],
"reviewersFromCodeOwners": true,
Expand All @@ -9,18 +10,5 @@
"vulnerabilityAlerts": {
"enabled": true,
"labels": ["security"]
},
"packageRules": [{
"matchUpdateTypes": ["major"],
"labels": ["major", "breaking-change"]
},
{
"matchUpdateTypes": ["minor"],
"labels": ["minor", "dependencies"]
},
{
"matchUpdateTypes": ["patch"],
"labels": ["patch", "dependencies"]
}
]
}
}

0 comments on commit c5f1fb6

Please sign in to comment.