Skip to content

Commit

Permalink
chore: add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
theodorusclarence committed Jan 25, 2024
1 parent d351d1e commit 0ed1f3d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended", "group:recommended"],
"updatePinnedDependencies": false,
"stabilityDays": 2,
"timezone": "Asia/Jakarta",
"schedule": ["before 11am on Monday"]
}

0 comments on commit 0ed1f3d

Please sign in to comment.