Skip to content

Commit

Permalink
chore: fix cron
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasschultheiss committed Oct 19, 2024
1 parent 21c63d5 commit 80904ef
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ name: cd
on:
push:
branches:
- 'main'
- '**'
tags:
- 'v*.*.*'
- '*.*.*'
pull_request:
branches:
- 'main'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .release-it.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"git": {
"commitMessage": "chore: release v${version}"
"commitMessage": "chore: release ${version}"
},
"github": {
"release": true
Expand Down
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"automerge": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"schedule": ["after 10pm and before 5:00am every month"],
"schedule": ["after 10pm on the first day of the month"],
"prBodyDefinitions": {
"Change": "All locks refreshed"
}
Expand Down

0 comments on commit 80904ef

Please sign in to comment.