Skip to content

Commit

Permalink
add renovate (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
hiroki0525 authored Nov 3, 2023
1 parent b4afe1a commit 002e5d1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .changeset/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"linked": [["@dandori/*"]],
"access": "public",
"baseBranch": "main",
"ignore": []
"ignore": [],
"___experimentalUnsafeOptions_WILL_CHANGE_IN_PATCH": {
"updateInternalDependents": "always"
}
}
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base", "schedule:weekends", "schedule:automergeWeekends"
],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "dependencies (patch)",
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}

0 comments on commit 002e5d1

Please sign in to comment.