Skip to content

Commit

Permalink
Migrate config renovate.json (#189)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 3, 2024
1 parent a43b062 commit 6d74ea3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"config:base",
"config:recommended",
"group:allNonMajor"
],
"timezone": "America/Indiana/Indianapolis",
Expand All @@ -21,17 +21,17 @@
"automerge": true,
"packageRules": [
{
"packageNames": [
"matchPackageNames": [
"node"
],
"enabled": false
},
{
"paths": [
"matchFileNames": [
"packages/react-pouchdb",
"packages/react-couchdb-authentication"
],
"packageNames": [
"matchPackageNames": [
"@types/node"
],
"enabled": false
Expand Down Expand Up @@ -62,7 +62,7 @@
"digest"
],
"automergeType": "branch",
"stabilityDays": 14
"minimumReleaseAge": "14 days"
},
{
"matchUpdateTypes": [
Expand All @@ -74,4 +74,4 @@
"automergeType": "pr"
}
]
}
}

0 comments on commit 6d74ea3

Please sign in to comment.