Skip to content

Commit

Permalink
Update renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sankichi92 committed Feb 5, 2025
1 parent 0bba22c commit 1951ae5
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
]
"extends": ["config:recommended", ":timezone(Asia/Tokyo)"],
"packageRules": [
{
"matchManagers": ["npm"],
"matchDepTypes": ["dependencies", "devDependencies"],
"enabled": false
},
{
"matchManagers": ["github-actions"],
"enabled": false
},
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
],
"schedule": ["* 20-23 * * 5"],
"labels": ["dependencies"]
}

0 comments on commit 1951ae5

Please sign in to comment.