Skip to content

Commit

Permalink
Merge pull request #1362 from snyk/use-fix-commit-type-when-upgrading…
Browse files Browse the repository at this point in the history
…-dependencies

chore: use "fix" commit type when upgrading dependencies
  • Loading branch information
iuliams authored Sep 5, 2023
2 parents 6aaaf2d + af7ed05 commit 198c99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/relock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
any_changes=$(git diff --cached)
echo "::set-output name=changes::${any_changes}"
if [[ ! -z "${any_changes}" ]]; then
git commit -S -m "chore: update & relock NPM packages"
git commit -S -m "fix: update & relock NPM packages"
fi
- name: Create Pull Request
Expand Down

0 comments on commit 198c99a

Please sign in to comment.