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 d1b97d6 commit 66a58a7Copy full SHA for 66a58a7
.github/renovate.json
@@ -0,0 +1,14 @@
1
+{
2
+ "extends": [
3
+ "config:base",
4
+ ":semanticCommitTypeAll(chore)"
5
+ ],
6
+ "ignorePresets": [":semanticPrefixFixDepsChoreOthers"],
7
+ "prConcurrentLimit": 0,
8
+ "rebaseStalePrs": true,
9
+ "dependencyDashboard": true,
10
+ "semanticCommits": true,
11
+ "pip_requirements": {
12
+ "fileMatch": ["requirements-test.txt"]
13
+ }
14
0 commit comments