Skip to content

Commit 401976b

Browse files
workos-sdk-automation[bot]gjtorikiangreptile-apps[bot]
authored
fix: update renovate rules (#572)
* fix: update renovate rules * fix: use config:recommended and valid schedule * Update renovate.json Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com> --------- Co-authored-by: Garen J. Torikian <gjtorikian@users.noreply.github.com> Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 63973f7 commit 401976b

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

renovate.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,32 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"schedule": [
7+
"on the 15th day of the month before 12pm"
8+
],
9+
"timezone": "UTC",
10+
"rebaseWhen": "conflicted",
11+
"packageRules": [
12+
{
13+
"matchUpdateTypes": [
14+
"minor",
15+
"patch"
16+
],
17+
"automerge": true,
18+
"groupName": "minor and patch updates"
19+
},
20+
{
21+
"matchUpdateTypes": [
22+
"major"
23+
],
24+
"automerge": false
25+
},
26+
{
27+
"matchUpdateTypes": [
28+
"digest"
29+
],
30+
"automerge": false
31+
}
532
]
633
}

0 commit comments

Comments
 (0)