Skip to content

Commit 76626c4

Browse files
Merge pull request #783 from A-5ingh/main
feat: configured renovate to actions
2 parents 49f8b3e + fff3e43 commit 76626c4

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

renovate.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"extends": [
3+
"config:recommended"
4+
],
5+
"packageRules": [
6+
{
7+
"matchUpdateTypes": [
8+
"minor",
9+
"patch"
10+
],
11+
"automerge": false
12+
}
13+
],
14+
"timezone": "America/Toronto",
15+
"schedule": [
16+
"After 11:30pm"
17+
]
18+
}

0 commit comments

Comments
 (0)