Skip to content

Commit

Permalink
chore: renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Apr 11, 2024
1 parent 3c259f1 commit 6656515
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,9 @@ jobs:

- name: Commit README.md
run: |
git config user.name Hiroki Osame
git config user.email [email protected]
# Ignored by Renovate
git config user.name GitHub Actions
git config user.email [email protected]
git add -u
git diff-index --quiet HEAD || git commit -nm "chore: updated benchmarks"
git push
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"enabled": false
},
{
"includePaths": ["packages/minifiers"],
"groupName": "minifiers",
"matchPackageNames": [
"@minify-js/node",
Expand Down

0 comments on commit 6656515

Please sign in to comment.