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.
minimumreleaseage
1 parent d8a83f1 commit ce96890Copy full SHA for ce96890
.github/renovate.json
@@ -36,7 +36,8 @@
36
"minor",
37
"patch"
38
],
39
- "matchCurrentVersion": "!/^0/"
+ "matchCurrentVersion": "!/^0/",
40
+ "minimumReleaseAge": "3 days"
41
},
42
{
43
"groupName": "Non-major dependencies",
@@ -50,7 +51,8 @@
50
51
"matchUpdateTypes": [
52
53
- "matchCurrentVersion": "/^0/"
54
+ "matchCurrentVersion": "/^0/",
55
56
57
58
"groupName": "Astro",
@@ -59,7 +61,8 @@
59
61
60
62
"matchPackagePrefixes": [
63
"@astrojs/"
- ]
64
+ ],
65
+ "minimumReleaseAge": "2 days"
66
67
68
"groupName": "Vue",
@@ -68,7 +71,8 @@
71
69
72
70
73
"@vue/"
74
75
76
}
77
]
78
0 commit comments