Skip to content

Commit

Permalink
Merge pull request #129 from sankichi92/update-renovate-config
Browse files Browse the repository at this point in the history
Use my sharable config
  • Loading branch information
sankichi92 authored Feb 5, 2025
2 parents 956bfc6 + 1123f64 commit 9b07cf7
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,22 +1,4 @@
{
"$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"]
"extends": ["local>sankichi92/renovate-config"]
}

0 comments on commit 9b07cf7

Please sign in to comment.