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 9fb8d2e commit 9c5caf2Copy full SHA for 9c5caf2
.github/renovate.json5
@@ -1,4 +1,7 @@
1
{
2
+ "schedule": [
3
+ "before 3am on the first day of the month"
4
+ ],
5
"semanticCommits": "enabled",
6
"configMigration": true,
7
"packageRules": [
@@ -28,15 +31,15 @@
28
31
"matchCurrentVersion": ">=0.1.0",
29
32
"matchUpdateTypes": ["patch"],
30
33
"automerge": true,
- "groupName": "dev",
34
+ "groupName": "compatible (dev)",
35
},
36
37
"matchManagers": ["cargo"],
38
"matchDepTypes": ["dev-dependencies"],
39
"matchCurrentVersion": ">=1.0.0",
40
"matchUpdateTypes": ["minor"],
41
42
43
44
],
45
}
0 commit comments