@donmahallem/renovate-config 0.12.8 → 0.13.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +141 -141
package/package.json
CHANGED
|
@@ -1,144 +1,144 @@
|
|
|
1
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
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
2
|
+
"name": "@donmahallem/renovate-config",
|
|
3
|
+
"version": "0.13.2",
|
|
4
|
+
"description": "General renovate config",
|
|
5
|
+
"private": false,
|
|
6
|
+
"keywords": [
|
|
7
|
+
"renovate"
|
|
8
|
+
],
|
|
9
|
+
"typedocMain": "ignorePackage",
|
|
10
|
+
"scripts": {
|
|
11
|
+
"test": "renovate-config-validator",
|
|
12
|
+
"test:coverage": "npm run test",
|
|
13
|
+
"build:readme": "npx @appnest/readme generate --input ../package_readme_blueprint.md --config readme_config.json",
|
|
14
|
+
"version": "npm run build:readme && git add README.md"
|
|
15
|
+
},
|
|
16
|
+
"homepage": "https://donmahallem.github.io/js-libs/",
|
|
17
|
+
"author": {
|
|
18
|
+
"name": "donmahallem",
|
|
19
|
+
"email": "donmahallem@users.noreply.github.com",
|
|
20
|
+
"url": "https://github.com/donmahallem"
|
|
21
|
+
},
|
|
22
|
+
"license": "Apache-2.0",
|
|
23
|
+
"bugs": {
|
|
24
|
+
"url": "https://github.com/donmahallem/js-libs/issues"
|
|
25
|
+
},
|
|
26
|
+
"repository": {
|
|
27
|
+
"type": "git",
|
|
28
|
+
"url": "https://github.com/donmahallem/js-libs.git"
|
|
29
|
+
},
|
|
30
|
+
"engines": {
|
|
31
|
+
"node": ">=14"
|
|
32
|
+
},
|
|
33
|
+
"files": [
|
|
34
|
+
"dist/*",
|
|
35
|
+
"src/*",
|
|
36
|
+
"!src/**/*.spec.ts"
|
|
37
|
+
],
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
},
|
|
41
|
+
"devDependencies": {
|
|
42
|
+
"renovate": "32.78.1"
|
|
43
|
+
},
|
|
44
|
+
"renovate-config": {
|
|
45
|
+
"default": {
|
|
46
|
+
"automerge": true,
|
|
47
|
+
"dependencyDashboard": true,
|
|
48
|
+
"extends": [
|
|
49
|
+
"config:base",
|
|
50
|
+
":prHourlyLimit4"
|
|
51
|
+
],
|
|
52
|
+
"lockFileMaintenance": {
|
|
53
|
+
"enabled": true
|
|
54
|
+
},
|
|
55
|
+
"labels": [
|
|
56
|
+
"dependencies"
|
|
57
|
+
],
|
|
58
|
+
"prCreation": "immediate",
|
|
59
|
+
"postUpdateOptions": [
|
|
60
|
+
"npmDedupe"
|
|
61
|
+
],
|
|
62
|
+
"packageRules": [
|
|
63
|
+
{
|
|
64
|
+
"groupName": "@donmahallem/turbo packages",
|
|
65
|
+
"matchPackagePatterns": [
|
|
66
|
+
"^@donmahallem/turbo"
|
|
67
|
+
]
|
|
68
|
+
},
|
|
69
|
+
{
|
|
70
|
+
"groupName": "rollup packages",
|
|
71
|
+
"matchPackagePatterns": [
|
|
72
|
+
"^@donmahallem/rollup-config$",
|
|
73
|
+
"^@rollup/plugin",
|
|
74
|
+
"^rollup$"
|
|
75
|
+
],
|
|
76
|
+
"matchPackagePrefixes": [
|
|
77
|
+
"@rollup/",
|
|
78
|
+
"@donmahallem/rollup-config"
|
|
79
|
+
]
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"groupName": "manniwatch monorepo {{currentVersion}}",
|
|
83
|
+
"matchPackagePatterns": [
|
|
84
|
+
"^@manniwatch/"
|
|
85
|
+
]
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"groupName": "octokit monorepo {{currentVersion}}",
|
|
89
|
+
"matchPackagePatterns": [
|
|
90
|
+
"^@octokit/"
|
|
91
|
+
]
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"groupName": "ajv {{currentVersion}}",
|
|
95
|
+
"matchPackageNames": [
|
|
96
|
+
"ajv",
|
|
97
|
+
"ajv-formats"
|
|
98
|
+
],
|
|
99
|
+
"matchSourceUrlPrefixes": [
|
|
100
|
+
"https://github.com/ajv-validator",
|
|
101
|
+
"git+https://github.com/ajv-validator"
|
|
102
|
+
]
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"rangeStrategy": "pin",
|
|
106
|
+
"pin": {
|
|
107
|
+
"enabled": true
|
|
108
|
+
},
|
|
109
|
+
"matchDepTypes": [
|
|
110
|
+
"devDependencies"
|
|
111
|
+
]
|
|
112
|
+
},
|
|
113
|
+
{
|
|
114
|
+
"rangeStrategy": "bump",
|
|
115
|
+
"matchDepTypes": [
|
|
116
|
+
"dependencies"
|
|
117
|
+
]
|
|
118
|
+
},
|
|
119
|
+
{
|
|
120
|
+
"rangeStrategy": "replace",
|
|
121
|
+
"matchDepTypes": [
|
|
122
|
+
"peerDependencies",
|
|
123
|
+
"optionalDependencies"
|
|
124
|
+
]
|
|
125
|
+
},
|
|
126
|
+
{
|
|
127
|
+
"matchPackageNames": [
|
|
128
|
+
"renovate"
|
|
129
|
+
],
|
|
130
|
+
"extends": [
|
|
131
|
+
"schedule:weekly"
|
|
132
|
+
]
|
|
133
|
+
}
|
|
134
|
+
],
|
|
135
|
+
"vulnerabilityAlerts": {
|
|
136
|
+
"enabled": true,
|
|
137
|
+
"labels": [
|
|
138
|
+
"security"
|
|
139
|
+
]
|
|
140
|
+
}
|
|
133
141
|
}
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
"enabled": true,
|
|
137
|
-
"labels": [
|
|
138
|
-
"security"
|
|
139
|
-
]
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"gitHead": "51a9210f38abee5363b63ea9413b06c54188aac3"
|
|
142
|
+
},
|
|
143
|
+
"gitHead": "121045047e321079c0209efd36607c96a444aaeb"
|
|
144
144
|
}
|