Skip to content

Commit 84fae21

Browse files
committed
chore: auto update dependencies by renovate
1 parent db5ffe5 commit 84fae21

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.github/renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)