Skip to content

Commit

Permalink
ci(renovate): update ignoreDeps for pg-worker (#4766)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jolg42 authored Apr 4, 2024
1 parent e19c505 commit 3ec337d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
12 changes: 4 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@
"@prisma/instrumentation",
"@prisma/adapter-planetscale",
"@prisma/adapter-pg",
"@prisma/adapter-pg-worker",
"@prisma/pg-worker",
"@prisma/adapter-neon",
"@prisma/adapter-libsql",
"@prisma/adapter-d1"
Expand Down Expand Up @@ -50,18 +52,12 @@
},
{
"groupName": "TypeScript < 4.9.5 - typegraphql-prisma & firebase",
"matchFileNames": [
"community-generators/typegraphql-prisma/**",
"platforms-serverless/firebase-functions/**"
],
"matchFileNames": ["community-generators/typegraphql-prisma/**", "platforms-serverless/firebase-functions/**"],
"matchPackageNames": ["typescript"]
},
{
"groupName": "GraphQL 15 - TypeGraphQL",
"matchFileNames": [
"libraries/type-graphql/**",
"community-generators/typegraphql-prisma/**"
],
"matchFileNames": ["libraries/type-graphql/**", "community-generators/typegraphql-prisma/**"],
"matchPackageNames": ["graphql"],
"allowedVersions": "<16"
}
Expand Down
4 changes: 4 additions & 0 deletions scripts/update-version.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#! /bin/sh

#
# Note: any changes below should be reflected to `ignoreDeps` in `renovate.json`
#

CLI_PKG_VERSION=$(node -e "const pkg = require('./package.json'); console.log(pkg?.devDependencies?.['prisma'] || pkg?.dependencies?.['prisma'] || pkg?.resolutions?.['prisma'] || '')")
CLIENT_PKG_VERSION=$(node -e "const pkg = require('./package.json'); console.log(pkg?.devDependencies?.['@prisma/client'] || pkg?.dependencies?.['@prisma/client'] || pkg?.resolutions?.['@prisma/client'] || '')")

Expand Down

0 comments on commit 3ec337d

Please sign in to comment.