Skip to content

Commit 9c5caf2

Browse files
committed
chore(ci): Update renovate
1 parent 9fb8d2e commit 9c5caf2

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/renovate.json5

+5-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
{
2+
"schedule": [
3+
"before 3am on the first day of the month"
4+
],
25
"semanticCommits": "enabled",
36
"configMigration": true,
47
"packageRules": [
@@ -28,15 +31,15 @@
2831
"matchCurrentVersion": ">=0.1.0",
2932
"matchUpdateTypes": ["patch"],
3033
"automerge": true,
31-
"groupName": "dev",
34+
"groupName": "compatible (dev)",
3235
},
3336
{
3437
"matchManagers": ["cargo"],
3538
"matchDepTypes": ["dev-dependencies"],
3639
"matchCurrentVersion": ">=1.0.0",
3740
"matchUpdateTypes": ["minor"],
3841
"automerge": true,
39-
"groupName": "dev",
42+
"groupName": "compatible (dev)",
4043
},
4144
],
4245
}

0 commit comments

Comments
 (0)