Skip to content

Commit

Permalink
Merge pull request #123 from sankichi92/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
sankichi92 authored Feb 5, 2025
2 parents ad2f54e + e95724f commit ab4aca4
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", ":timezone(Asia/Tokyo)"],
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "devDependencies"],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"enabled": false
},
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
],
"prHourlyLimit": 10,
"schedule": ["* 20-23 * * 5"],
"labels": ["dependencies"]
}

0 comments on commit ab4aca4

Please sign in to comment.