Skip to content

Commit

Permalink
chore: add renovate presets
Browse files Browse the repository at this point in the history
  • Loading branch information
simenandre committed Sep 27, 2023
1 parent 291a4c7 commit 5f3c4a7
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
6 changes: 6 additions & 0 deletions default.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"lockFileMaintenance": { "enabled": true, "automerge": true },
"rangeStrategy": "replace"
}
14 changes: 14 additions & 0 deletions pnpm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchPackagePatterns": ["pnpm"],
"matchUpdateTypes": ["minor", "patch"],
"automerge": true,
"automergeSchedule": [
"after 5am every weekday",
"before 8pm every weekday"
]
}
]
}

0 comments on commit 5f3c4a7

Please sign in to comment.