Skip to content

Commit

Permalink
Renovateの設定を共通化 (#924)
Browse files Browse the repository at this point in the history
  • Loading branch information
SnO2WMaN authored Nov 21, 2023
1 parent afefbcd commit 36ee8b8
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,4 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices", ":automergePatch"],
"lockFileMaintenance": {
"enabled": true
},
"digest": {
"automerge": true
},
"packageRules": [
{
"extends": ["packages:eslint", ":automergeMinor"]
}
]
"extends": ["github>otomadb/renovate-config"]
}

0 comments on commit 36ee8b8

Please sign in to comment.