@foray1010/renovate-config 1.2.7 → 1.4.0
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 +18 -0
- package/package.json +9 -6
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,24 @@
|
|
|
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.4.0](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.3.1...@foray1010/renovate-config@1.4.0) (2022-06-01)
|
|
7
|
+
|
|
8
|
+
### Features
|
|
9
|
+
|
|
10
|
+
- set automergeSchedule ([f4b25a9](https://github.com/foray1010/common-presets/commit/f4b25a912bb693212faf1bbcc99d1f70ad91b43d))
|
|
11
|
+
|
|
12
|
+
### [1.3.1](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.3.0...@foray1010/renovate-config@1.3.1) (2022-03-20)
|
|
13
|
+
|
|
14
|
+
### Bug Fixes
|
|
15
|
+
|
|
16
|
+
- migrate to cimg docker image ([aec7d8c](https://github.com/foray1010/common-presets/commit/aec7d8cead2110af4f59d50fea79a2e94dc8919e))
|
|
17
|
+
|
|
18
|
+
## [1.3.0](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.2.7...@foray1010/renovate-config@1.3.0) (2022-01-09)
|
|
19
|
+
|
|
20
|
+
### Features
|
|
21
|
+
|
|
22
|
+
- update renovate scheduled time ([66c18a8](https://github.com/foray1010/common-presets/commit/66c18a8bc635e3003d8053e44e6431be2dd697a1))
|
|
23
|
+
|
|
6
24
|
### [1.2.7](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.2.6...@foray1010/renovate-config@1.2.7) (2021-08-25)
|
|
7
25
|
|
|
8
26
|
### Bug Fixes
|
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.4.0",
|
|
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": {
|
|
@@ -24,14 +24,17 @@
|
|
|
24
24
|
":assignAndReview(foray1010)",
|
|
25
25
|
":disableDependencyDashboard"
|
|
26
26
|
],
|
|
27
|
-
"timezone": "
|
|
27
|
+
"timezone": "Etc/UTC",
|
|
28
28
|
"schedule": [
|
|
29
|
-
"after
|
|
29
|
+
"after 12am and before 5am"
|
|
30
|
+
],
|
|
31
|
+
"automergeSchedule": [
|
|
32
|
+
"after 5am and before 8am"
|
|
30
33
|
],
|
|
31
34
|
"lockFileMaintenance": {
|
|
32
35
|
"enabled": true,
|
|
33
36
|
"schedule": [
|
|
34
|
-
"after
|
|
37
|
+
"after 12am and before 5am on Monday"
|
|
35
38
|
],
|
|
36
39
|
"prPriority": 1
|
|
37
40
|
},
|
|
@@ -44,7 +47,7 @@
|
|
|
44
47
|
"docker"
|
|
45
48
|
],
|
|
46
49
|
"matchPackagePatterns": [
|
|
47
|
-
"^
|
|
50
|
+
"^cimg/"
|
|
48
51
|
],
|
|
49
52
|
"enabled": false,
|
|
50
53
|
"description": "ensure we are testing with the oldest supported node version in CI"
|
|
@@ -73,5 +76,5 @@
|
|
|
73
76
|
]
|
|
74
77
|
}
|
|
75
78
|
},
|
|
76
|
-
"gitHead": "
|
|
79
|
+
"gitHead": "0db25d66b98cb92a0ec73573bbae75faf4c508ce"
|
|
77
80
|
}
|