Skip to content

Commit

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

0 comments on commit 3a249e5

Please sign in to comment.