Skip to content

Commit

Permalink
Create renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed May 5, 2024
1 parent 03af021 commit 799ff28
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"schedule:monthly",
":preserveSemverRanges",
":automergeMinor",
":maintainLockFilesMonthly"
],
"timezone": "Asia/Tokyo",
"configMigration": true,
"packageRules": [
{
"matchPackageNames": [
"react",
"react-dom",
"react-native",
"metro-react-native-babel-preset"
],
"automerge": false
}
]
}

0 comments on commit 799ff28

Please sign in to comment.