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

0 comments on commit 4177b42

Please sign in to comment.