Skip to content

Commit 86fda93

Browse files
committed
chore: Experiment with renovate
1 parent ad5c733 commit 86fda93

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/renovate.json5

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"semanticCommits": "enabled",
3+
"configMigration": true,
4+
"schedule": [
5+
"before 3am on the first day of the month"
6+
],
7+
"packageRules": [
8+
{
9+
"groupName": "dev",
10+
"matchManagers": ["cargo"],
11+
"matchDepTypes": ["dev-dependencies"],
12+
"matchUpdateTypes": ["patch"],
13+
"automerge": true,
14+
},
15+
{
16+
"groupName": "breaking",
17+
"matchManagers": ["cargo"],
18+
"matchUpdateTypes": ["major"],
19+
},
20+
],
21+
}

0 commit comments

Comments
 (0)