We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 614baac commit d671831Copy full SHA for d671831
.renovaterc.json
@@ -19,7 +19,7 @@
19
"packagePatterns": [
20
".*"
21
],
22
- "semanticCommitType": "fix"
+ "semanticCommitType": "chore"
23
},
24
{
25
"matchUpdateTypes": [
@@ -35,8 +35,7 @@
35
36
"matchFiles": [
37
"requirements-dev.txt"
38
- ],
39
- "semanticCommitType": "chore"
+ ]
40
41
42
"matchDatasources": [
@@ -70,8 +69,7 @@
70
69
"pin",
71
"digest"
72
73
- "automerge": true,
74
+ "automerge": true
75
76
77
"matchManagers": [
@@ -86,7 +84,6 @@
86
84
"pycqa/isort"
87
85
88
"automerge": true,
89
- "semanticCommitType": "chore",
90
"groupName": "pre-commit-hooks"
91
}
92
]
0 commit comments