Skip to content

Commit

Permalink
Update automatic update messages
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Oct 12, 2023
1 parent c427edc commit 89a9041
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ jobs:
- name: Push pre-commit changes
uses: boidolr/actions/git-push@main
with:
message: "Update pre-commit config"
message: "chore: update pre-commit config"
branch: "${{ env.BRANCH }}"
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"config:base",
":disableDependencyDashboard",
":automergePr",
":automergeMinor"
":automergeMinor",
":semanticCommitTypeAll(chore)"
]
}

0 comments on commit 89a9041

Please sign in to comment.