Skip to content

Commit

Permalink
renovate を導入
Browse files Browse the repository at this point in the history
  • Loading branch information
0maru committed Jan 2, 2025
1 parent 7878111 commit 2dbd99c
Showing 1 changed file with 37 additions and 0 deletions.
37 changes: 37 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"dependencyDashboard": false,
"schedule": "before 9am on the first day of the month",
"timezone": "Asia/Tokyo",
"prHourlyLimit": 0,
"rangeStrategy": "bump",
"rebaseWhen": "conflicted",
"enabledManagers": [
"github-actions",
"npm",
"asdf",
],
"minimumReleaseAge": "7 days",
"assignees": [
"0maru"
],
// メジャーバージョンのアップデートは無効にする
"major": {
"enabled": false
},
"packageRules": [
{
"matchUpdateTypes": [
"patch",
"minor"
],
"excludeDepNames": [
"typescript"
],
"groupName": "all minor and patch dependencies"
},
],
}

0 comments on commit 2dbd99c

Please sign in to comment.