Skip to content

Commit 712b837

Browse files
authored
fix: Modify renovate.json for enhanced configuration
Updated Renovate configuration with new timezone, schedule, and semantic commits settings.
1 parent 89f524b commit 712b837

1 file changed

Lines changed: 32 additions & 24 deletions

File tree

renovate.json

Lines changed: 32 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,34 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:recommended"
5-
],
6-
"lockFileMaintenance": {
7-
"enabled": true,
8-
"automerge": true
9-
},
10-
"packageRules": [
11-
{
12-
"matchDepTypes": [
13-
"action"
14-
],
15-
"pinDigests": true
16-
},
17-
{
18-
"matchUpdateTypes": [
19-
"minor",
20-
"patch"
21-
],
22-
"matchCurrentVersion": "!/^0/",
23-
"automerge": true
24-
}
25-
]
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended"
5+
],
6+
"timezone": "America/New_York",
7+
"schedule": [
8+
"before 9am on Monday"
9+
],
10+
"semanticCommits": "enabled",
11+
"minimumReleaseAge": "3 days",
12+
"internalChecksFilter": "strict",
13+
"lockFileMaintenance": { "enabled": false },
14+
"packageRules": [
15+
{
16+
"groupName": "pin digests",
17+
"groupSlug": "all-digests",
18+
"matchDepTypes": [
19+
"action"
20+
],
21+
"pinDigests": true
22+
},
23+
{
24+
"groupName": "all non-major dependencies",
25+
"groupSlug": "all-minor-patch",
26+
"matchUpdateTypes": [
27+
"minor",
28+
"patch"
29+
],
30+
"matchCurrentVersion": "!/^0/",
31+
"automerge": true
32+
}
33+
]
2634
}

0 commit comments

Comments
 (0)