Skip to content

Commit 5ec6282

Browse files
committed
chore: remove package rules from Renovate configuration
1 parent f52ce8e commit 5ec6282

1 file changed

Lines changed: 1 addition & 13 deletions

File tree

.github/workflows/renovate.json

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,5 @@
2121
"baseBranchPatterns": [
2222
"dev"
2323
],
24-
"minimumReleaseAge": "2 days",
25-
"packageRules": [
26-
{
27-
"description": "Use fix for patch updates",
28-
"matchUpdateTypes": ["patch"],
29-
"semanticCommitType": "fix"
30-
},
31-
{
32-
"description": "Use feat for minor updates",
33-
"matchUpdateTypes": ["minor"],
34-
"semanticCommitType": "feat"
35-
}
36-
]
24+
"minimumReleaseAge": "2 days"
3725
}

0 commit comments

Comments
 (0)