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 f27327b
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended", "group:all"],
"updatePinnedDependencies": false,
"stabilityDays": 2,
"separateMajorMinor": true,
"timezone": "Asia/Jakarta",
"schedule": ["before 11am on Monday"]
}

0 comments on commit f27327b

Please sign in to comment.