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

0 comments on commit 7416981

Please sign in to comment.