Skip to content

Commit a2aac1f

Browse files
Configure Renovate (#76)
* Add renovate.json * chore: setup renovate --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Agustinus Nathaniel <[email protected]>
1 parent 096840c commit a2aac1f

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

renovate.json

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:base", "group:all"],
4+
"major": {
5+
"enabled": false
6+
},
7+
"updatePinnedDependencies": false,
8+
"stabilityDays": 2,
9+
"timezone": "Asia/Jakarta",
10+
"schedule": ["* 0 1 1 *"]
11+
}

0 commit comments

Comments
 (0)