Skip to content

Commit

Permalink
build: automergeMinor eslint-config-standard
Browse files Browse the repository at this point in the history
Co-authored-by: Shahar "Dawn" Or <mightyiampresence@gmail.com>
  • Loading branch information
rostislav-simonik and mightyiam committed Aug 27, 2023
1 parent 37128a1 commit f531394
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,23 @@
{
"extends": [":automergeMinor"],
"packageRules": [
{
"matchDepTypes": ["devDependencies", "action"],
"rangeStrategy": "pin",
"extends": [":automergeMinor"]
"rangeStrategy": "pin"
},
{
"matchDepTypes": ["peerDependencies"],
"enabled": false
},
{
"matchPackageNames": ["eslint-config-standard"],
"rangeStrategy": "pin"
"rangeStrategy": "pin",
"minor": {
"semanticCommitType": "feat"
},
"patch": {
"semanticCommitType": "fix"
}
},
{
"matchPackagePrefixes": ["@typescript-eslint_bottom/"],
Expand Down

0 comments on commit f531394

Please sign in to comment.