Skip to content

Commit

Permalink
ci(renovate): Disable updates to engines (#4418)
Browse files Browse the repository at this point in the history
  • Loading branch information
janpio authored Nov 6, 2023
1 parent 79843f7 commit 93ca82c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
"matchPackageNames": ["@prisma/driver-adapter-utils"],
"matchPackagePrefixes": ["@prisma/adapter"],
"schedule": ["at any time"]
},
{
"packageNames": ["node"],
"enabled": false
}
]
}

0 comments on commit 93ca82c

Please sign in to comment.