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 f3004a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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
3 changes: 1 addition & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@
],

"prHourlyLimit": 24,

"prConcurrentLimit": 5,

"gitIgnoredAuthors": ["[email protected]"],

"packageRules": [
Expand All @@ -18,6 +16,7 @@
"enabled": false
},
{
"matchFileNames": ["packages/minifiers/**"],
"groupName": "minifiers",
"matchPackageNames": [
"@minify-js/node",
Expand Down

0 comments on commit f3004a1

Please sign in to comment.