Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Production deployment #955

Merged
merged 3 commits into from
Jul 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Renovate

on:
schedule:
- cron: "0,30 2,3,4 * * *" # Every day six chances for Renovate to create or rebase branches and create, rebase or merge PRs
- cron: "0,30 8 * * 2" # Two runs on Tuesday at 8am and 8:30am for Renovate to create or rebase branches and create, rebase or merge PRs
workflow_dispatch: # Manually run the workflow
push: # Run the workflow on changes to the configuration
branches:
Expand Down
91 changes: 46 additions & 45 deletions app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
"prisma": "5.16.2",
"tailwindcss": "3.4.4",
"typescript": "5.5.3",
"vercel": "34.3.1",
"vercel": "35.1.0",
"vitest": "1.6.0"
}
}
3 changes: 3 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
],
"packageRules": [
{
"groupName": "Patch Tuesday",
"groupSlug": "patch-tuesday",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": [
"minor",
"patch",
Expand Down
Loading