Skip to content

Commit

Permalink
Merge pull request #72 from koterpillar/renovate-update-lockfile
Browse files Browse the repository at this point in the history
chore(build): fix Renovate lockfile update
  • Loading branch information
koterpillar authored Jan 4, 2025
2 parents 1e8e837 + 227010d commit 1b03393
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/renovate-lockfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ jobs:
- name: Update lockfile
run: |
if git diff --name-only | grep -q 'stack.yaml.lock'; then
git config user.name "unused"
git config user.email "unused@users.noreply.github.com"
git config user.name "renovate[bot]"
git config user.email "29139614+renovate[bot]@users.noreply.github.com"
git add stack.yaml.lock
git commit --amend --no-edit
git push -f
git commit -m "chore(deps): update lockfile"
git push
fi

0 comments on commit 1b03393

Please sign in to comment.