@foray1010/renovate-config 1.2.7 → 1.3.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 +6 -0
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -3,6 +3,12 @@
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.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
+
8
+ ### Features
9
+
10
+ - update renovate scheduled time ([66c18a8](https://github.com/foray1010/common-presets/commit/66c18a8bc635e3003d8053e44e6431be2dd697a1))
11
+
6
12
  ### [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
13
 
8
14
  ### 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.2.7",
4
+ "version": "1.3.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,14 @@
24
24
  ":assignAndReview(foray1010)",
25
25
  ":disableDependencyDashboard"
26
26
  ],
27
- "timezone": "Asia/Hong_Kong",
27
+ "timezone": "Etc/UTC",
28
28
  "schedule": [
29
- "after 2am and before 7am"
29
+ "after 12am and before 5am"
30
30
  ],
31
31
  "lockFileMaintenance": {
32
32
  "enabled": true,
33
33
  "schedule": [
34
- "after 2am and before 7am on Monday"
34
+ "after 12am and before 5am on Monday"
35
35
  ],
36
36
  "prPriority": 1
37
37
  },
@@ -73,5 +73,5 @@
73
73
  ]
74
74
  }
75
75
  },
76
- "gitHead": "71a90d13cb71225ba3530a5f8bb5c75a780f4f03"
76
+ "gitHead": "caaca02524ad9574dcddf9ef851051599e999703"
77
77
  }