@foray1010/renovate-config 1.4.2 → 1.5.1
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/CHANGELOG.md +11 -0
- package/README.md +2 -2
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [1.5.1](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.5.0...@foray1010/renovate-config@1.5.1) (2026-05-17)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @foray1010/renovate-config
|
|
9
|
+
|
|
10
|
+
## [1.5.0](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.4.2...@foray1010/renovate-config@1.5.0) (2026-04-21)
|
|
11
|
+
|
|
12
|
+
### Features
|
|
13
|
+
|
|
14
|
+
- **renovate-config:** set minimumReleaseAge to 7 days
|
|
15
|
+
- update renovate schedule time
|
|
16
|
+
|
|
6
17
|
## [1.4.2](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.4.1...@foray1010/renovate-config@1.4.2) (2022-08-24)
|
|
7
18
|
|
|
8
19
|
### Bug Fixes
|
package/README.md
CHANGED
|
@@ -10,7 +10,7 @@ just put a `.renovaterc.json` in project root
|
|
|
10
10
|
|
|
11
11
|
```json
|
|
12
12
|
{
|
|
13
|
-
|
|
14
|
-
|
|
13
|
+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
14
|
+
"extends": ["@foray1010/renovate-config"]
|
|
15
15
|
}
|
|
16
16
|
```
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://json.schemastore.org/package",
|
|
3
3
|
"name": "@foray1010/renovate-config",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.5.1",
|
|
5
5
|
"homepage": "https://github.com/foray1010/common-presets/tree/master/packages/renovate-config#readme",
|
|
6
6
|
"bugs": "https://github.com/foray1010/common-presets/issues",
|
|
7
7
|
"repository": {
|
|
@@ -27,17 +27,17 @@
|
|
|
27
27
|
":assignAndReview(foray1010)",
|
|
28
28
|
":disableDependencyDashboard"
|
|
29
29
|
],
|
|
30
|
-
"timezone": "
|
|
30
|
+
"timezone": "Asia/Hong_Kong",
|
|
31
31
|
"schedule": [
|
|
32
|
-
"after
|
|
32
|
+
"after 1am and before 6am"
|
|
33
33
|
],
|
|
34
34
|
"automergeSchedule": [
|
|
35
|
-
"after
|
|
35
|
+
"after 6am and before 9am"
|
|
36
36
|
],
|
|
37
37
|
"lockFileMaintenance": {
|
|
38
38
|
"enabled": true,
|
|
39
39
|
"schedule": [
|
|
40
|
-
"after
|
|
40
|
+
"after 1am and before 6am on Monday"
|
|
41
41
|
],
|
|
42
42
|
"prPriority": 1
|
|
43
43
|
},
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"^@foray1010/.+(config|preset)$"
|
|
62
62
|
],
|
|
63
63
|
"groupName": "@foray1010/common-presets monorepo",
|
|
64
|
-
"
|
|
64
|
+
"minimumReleaseAge": 0
|
|
65
65
|
},
|
|
66
66
|
{
|
|
67
67
|
"matchPackageNames": [
|
|
@@ -74,11 +74,11 @@
|
|
|
74
74
|
}
|
|
75
75
|
],
|
|
76
76
|
"prCreation": "not-pending",
|
|
77
|
-
"
|
|
77
|
+
"minimumReleaseAge": 7,
|
|
78
78
|
"labels": [
|
|
79
79
|
"dependencies"
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
},
|
|
83
|
-
"gitHead": "
|
|
83
|
+
"gitHead": "b0dcdf4522afb97a5ee7088c20299aad17738056"
|
|
84
84
|
}
|