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 e3c36d7 commit 5615da6Copy full SHA for 5615da6
renovate.json
@@ -3,7 +3,25 @@
3
"extends": [
4
"config:base"
5
],
6
+ "semanticCommits": "enabled",
7
"pip_requirements": {
8
"fileMatch": ["requirements.txt", "requirements-dev.txt"]
- }
9
+ },
10
+ "packageRules": [
11
+ {
12
+ "description": "Automerge non-major updates",
13
+ "matchUpdateTypes": [
14
+ "minor",
15
+ "patch"
16
+ ],
17
+ "matchCurrentVersion": "!/^0/",
18
+ "automerge": true
19
20
21
+ "matchManagers": [
22
+ "github-actions"
23
24
25
+ }
26
+ ]
27
}
0 commit comments