@foray1010/renovate-config 1.4.1 → 1.5.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.
Files changed (2) hide show
  1. package/CHANGELOG.md +13 -0
  2. package/package.json +12 -8
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
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.0](https://github.com/foray1010/common-presets/compare/@foray1010/renovate-config@1.4.2...@foray1010/renovate-config@1.5.0) (2026-04-21)
7
+
8
+ ### Features
9
+
10
+ - **renovate-config:** set minimumReleaseAge to 7 days
11
+ - update renovate schedule time
12
+
13
+ ## [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)
14
+
15
+ ### Bug Fixes
16
+
17
+ - **renovate-config:** disable automerge for pin dependencies ([3a0b204](https://github.com/foray1010/common-presets/commit/3a0b20487ce5390a497683b53d04911c39424eb3))
18
+
6
19
  ## [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
20
 
8
21
  ### 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.1",
4
+ "version": "1.5.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": {
@@ -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
  },
@@ -24,21 +27,22 @@
24
27
  ":assignAndReview(foray1010)",
25
28
  ":disableDependencyDashboard"
26
29
  ],
27
- "timezone": "Etc/UTC",
30
+ "timezone": "Asia/Hong_Kong",
28
31
  "schedule": [
29
- "after 12am and before 4am"
32
+ "after 1am and before 6am"
30
33
  ],
31
34
  "automergeSchedule": [
32
- "after 4am and before 7am"
35
+ "after 6am and before 9am"
33
36
  ],
34
37
  "lockFileMaintenance": {
35
38
  "enabled": true,
36
39
  "schedule": [
37
- "after 12am and before 4am on Monday"
40
+ "after 1am and before 6am on Monday"
38
41
  ],
39
42
  "prPriority": 1
40
43
  },
41
44
  "pin": {
45
+ "automerge": false,
42
46
  "prPriority": 2
43
47
  },
44
48
  "packageRules": [
@@ -57,7 +61,7 @@
57
61
  "^@foray1010/.+(config|preset)$"
58
62
  ],
59
63
  "groupName": "@foray1010/common-presets monorepo",
60
- "stabilityDays": 0
64
+ "minimumReleaseAge": 0
61
65
  },
62
66
  {
63
67
  "matchPackageNames": [
@@ -70,11 +74,11 @@
70
74
  }
71
75
  ],
72
76
  "prCreation": "not-pending",
73
- "stabilityDays": 3,
77
+ "minimumReleaseAge": 7,
74
78
  "labels": [
75
79
  "dependencies"
76
80
  ]
77
81
  }
78
82
  },
79
- "gitHead": "6b2dbe64ac8e4677dfb6b72f70e185bcd607f17b"
83
+ "gitHead": "85a1a39f2d7e88af0a602b557d61af96594ab662"
80
84
  }