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 db5ffe5 commit 84fae21Copy full SHA for 84fae21
.github/renovate.json
@@ -0,0 +1,23 @@
1
+{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended", ":semanticCommitTypeAll(chore)"],
4
+ "schedule": ["* * 2 */3 *"],
5
+ "baseBranchPatterns": ["main"],
6
+ "dependencyDashboard": false,
7
+ "semanticCommits": "enabled",
8
+ "semanticCommitType": "chore",
9
+ "labels": ["renovate"],
10
+ "rebaseWhen": "conflicted",
11
+ "prHourlyLimit": 2,
12
+ "automerge": false,
13
+ "lockFileMaintenance": {
14
+ "enabled": true,
15
+ "schedule": ["* * 2 */3 *"]
16
+ },
17
+ "packageRules": [
18
+ {
19
+ "groupName": "github actions",
20
+ "matchManagers": ["github-actions"]
21
+ }
22
+ ]
23
+}
0 commit comments