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 867f84b commit 112d0edCopy full SHA for 112d0ed
1 file changed
renovate.json
@@ -11,7 +11,16 @@
11
},
12
{
13
"matchManagers": ["github-actions"],
14
- "semanticCommitType": "ci"
+ "semanticCommitType": "ci",
15
+ "automerge": true,
16
+ "automergeType": "pr"
17
+ },
18
+ {
19
+ "matchManagers": ["github-actions"],
20
+ "matchPackageNames": ["python"],
21
+ "semanticCommitType": "fix",
22
23
24
}
25
]
26
0 commit comments