Skip to content

Commit

Permalink
Production deployment (#955)
Browse files Browse the repository at this point in the history
**Only merge using a merge commit!**
  • Loading branch information
github-actions[bot] authored Jul 20, 2024
2 parents 4188cd6 + 7470eba commit 235f7a0
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 47 deletions.
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

0 comments on commit 235f7a0

Please sign in to comment.