diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index d4d34cbe..914e084d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -43,8 +43,9 @@ jobs: - name: Commit README.md run: | - git config user.name Hiroki Osame - git config user.email hiroki.osame@gmail.com + # Ignored by Renovate + git config user.name GitHub Actions + git config user.email github-actions@github.com git add -u git diff-index --quiet HEAD || git commit -nm "chore: updated benchmarks" git push diff --git a/renovate.json b/renovate.json index 02cd121a..45b7be9e 100644 --- a/renovate.json +++ b/renovate.json @@ -18,6 +18,7 @@ "enabled": false }, { + "includePaths": ["packages/minifiers"], "groupName": "minifiers", "matchPackageNames": [ "@minify-js/node",