@foray1010/renovate-config 1.3.1 → 1.4.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +18 -0
  2. package/package.json +11 -4
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.2](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.4.1...@foray1010/renovate-config@1.4.2) (2022-08-24)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **renovate-config:** disable automerge for pin dependencies ([3a0b204](https://github.com/foray1010/common-presets/commit/3a0b20487ce5390a497683b53d04911c39424eb3))
11
+
12
+ ## [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)
13
+
14
+ ### Bug Fixes
15
+
16
+ - update automerge schedule ([6dd9e95](https://github.com/foray1010/common-presets/commit/6dd9e958f2996577d76f1f76463d8f6f6a958e44))
17
+
18
+ ## [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)
19
+
20
+ ### Features
21
+
22
+ - set automergeSchedule ([f4b25a9](https://github.com/foray1010/common-presets/commit/f4b25a912bb693212faf1bbcc99d1f70ad91b43d))
23
+
6
24
  ### [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)
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.3.1",
4
+ "version": "1.4.2",
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": {
@@ -13,6 +13,9 @@
13
13
  "files": [
14
14
  "*.md"
15
15
  ],
16
+ "scripts": {
17
+ "type:check": "echo 'Skipped: non-ts package'"
18
+ },
16
19
  "publishConfig": {
17
20
  "access": "public"
18
21
  },
@@ -26,16 +29,20 @@
26
29
  ],
27
30
  "timezone": "Etc/UTC",
28
31
  "schedule": [
29
- "after 12am and before 5am"
32
+ "after 12am and before 4am"
33
+ ],
34
+ "automergeSchedule": [
35
+ "after 4am and before 7am"
30
36
  ],
31
37
  "lockFileMaintenance": {
32
38
  "enabled": true,
33
39
  "schedule": [
34
- "after 12am and before 5am on Monday"
40
+ "after 12am and before 4am on Monday"
35
41
  ],
36
42
  "prPriority": 1
37
43
  },
38
44
  "pin": {
45
+ "automerge": false,
39
46
  "prPriority": 2
40
47
  },
41
48
  "packageRules": [
@@ -73,5 +80,5 @@
73
80
  ]
74
81
  }
75
82
  },
76
- "gitHead": "a6523662cb883c28d888480f6733dab8a3363dd4"
83
+ "gitHead": "4558b3b10e979f052739e103aef0aad62f3e637b"
77
84
  }