Skip to content

Commit

Permalink
chore: update renovate.json and add workflow_dispatch
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Jolg42 committed Feb 2, 2023
1 parent c561774 commit c515a7d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/renovate.json
Expand Up @@ -127,6 +127,16 @@
"packageNames": ["@swc/core"],
"schedule": ["before 7am on Wednesday"]
},
{
"groupName": "opentelemetry packages",
"packagePatterns": ["^@opentelemetry/"],
"schedule": ["before 7am on Wednesday"]
},
{
"groupName": "esbuild packages",
"packagePatterns": ["^esbuild"],
"schedule": ["before 7am on Wednesday"]
},
{
"groupName": "react-prisma",
"automerge": "true",
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/benchmark.yml
Expand Up @@ -32,6 +32,7 @@ on:
- '.dockerignore'
- 'scripts/ci/publish.ts'
- 'graphs/**'
workflow_dispatch:

env:
PRISMA_TELEMETRY_INFORMATION: 'prisma benchmark.yml'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Expand Up @@ -45,6 +45,7 @@ on:
schedule:
# https://crontab.guru - “At every 15th minute past every hour from 3 through 5.”
- cron: '*/15 3-5 * * *'
workflow_dispatch:

env:
HAS_BUILDPULSE_SECRETS: ${{ secrets.BUILDPULSE_ACCESS_KEY_ID != '' && secrets.BUILDPULSE_SECRET_ACCESS_KEY != '' }}
Expand Down

0 comments on commit c515a7d

Please sign in to comment.