-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmin-age-3days.json
More file actions
36 lines (36 loc) · 953 Bytes
/
min-age-3days.json
File metadata and controls
36 lines (36 loc) · 953 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"description": "Wait 3 days before updating a package",
"packageRules": [
{
"description": "Exclude @sanity/* packages from minimumReleaseAge (no delay for internal packages)",
"matchPackageNames": [
"/^@next\\//",
"/^@oxfmt\\//",
"/^@oxlint-tsgolint\\//",
"/^@oxlint\\//",
"/^@portabletext\\//",
"/^@sanity\\//",
"/^@types\\//",
"/^eslint-plugin-oxlint$/",
"/^get-it$/",
"/^groq$/",
"/^groq-js$/",
"/^next$/",
"/^next-sanity$/",
"/^oxfmt$/",
"/^oxlint$/",
"/^oxlint-tsgolint$/",
"/^pnpm$/",
"/^react$/",
"/^react-dom$/",
"/^react-is$/",
"/^react-rx$/",
"/^sanity$/",
"/^use-effect-event$/"
],
"minimumReleaseAge": "0 days"
}
],
"minimumReleaseAge": "3 days"
}