Skip to content

Commit d671831

Browse files
committed
chore(renovate): use chore on all commits
1 parent 614baac commit d671831

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.renovaterc.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"packagePatterns": [
2020
".*"
2121
],
22-
"semanticCommitType": "fix"
22+
"semanticCommitType": "chore"
2323
},
2424
{
2525
"matchUpdateTypes": [
@@ -35,8 +35,7 @@
3535
],
3636
"matchFiles": [
3737
"requirements-dev.txt"
38-
],
39-
"semanticCommitType": "chore"
38+
]
4039
},
4140
{
4241
"matchDatasources": [
@@ -70,8 +69,7 @@
7069
"pin",
7170
"digest"
7271
],
73-
"automerge": true,
74-
"semanticCommitType": "chore"
72+
"automerge": true
7573
},
7674
{
7775
"matchManagers": [
@@ -86,7 +84,6 @@
8684
"pycqa/isort"
8785
],
8886
"automerge": true,
89-
"semanticCommitType": "chore",
9087
"groupName": "pre-commit-hooks"
9188
}
9289
]

0 commit comments

Comments
 (0)