@foray1010/renovate-config 1.3.0 → 1.4.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 +18 -0
- package/package.json +8 -5
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.1](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.4.0...@foray1010/renovate-config@1.4.1) (2022-06-13)
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
- update automerge schedule ([6dd9e95](https://github.com/foray1010/common-presets/commit/6dd9e958f2996577d76f1f76463d8f6f6a958e44))
|
|
11
|
+
|
|
12
|
+
## [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)
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
- set automergeSchedule ([f4b25a9](https://github.com/foray1010/common-presets/commit/f4b25a912bb693212faf1bbcc99d1f70ad91b43d))
|
|
17
|
+
|
|
18
|
+
### [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)
|
|
19
|
+
|
|
20
|
+
### Bug Fixes
|
|
21
|
+
|
|
22
|
+
- migrate to cimg docker image ([aec7d8c](https://github.com/foray1010/common-presets/commit/aec7d8cead2110af4f59d50fea79a2e94dc8919e))
|
|
23
|
+
|
|
6
24
|
## [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)
|
|
7
25
|
|
|
8
26
|
### Features
|
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.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": {
|
|
@@ -26,12 +26,15 @@
|
|
|
26
26
|
],
|
|
27
27
|
"timezone": "Etc/UTC",
|
|
28
28
|
"schedule": [
|
|
29
|
-
"after 12am and before
|
|
29
|
+
"after 12am and before 4am"
|
|
30
|
+
],
|
|
31
|
+
"automergeSchedule": [
|
|
32
|
+
"after 4am and before 7am"
|
|
30
33
|
],
|
|
31
34
|
"lockFileMaintenance": {
|
|
32
35
|
"enabled": true,
|
|
33
36
|
"schedule": [
|
|
34
|
-
"after 12am and before
|
|
37
|
+
"after 12am and before 4am 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": "6b2dbe64ac8e4677dfb6b72f70e185bcd607f17b"
|
|
77
80
|
}
|