Skip to content

Commit

Permalink
πŸ‘ update json
Browse files Browse the repository at this point in the history
  • Loading branch information
shun198 committed Jan 23, 2024
1 parent 77f8eb7 commit 6c6b8dd
Showing 1 changed file with 35 additions and 1 deletion.
36 changes: 35 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,40 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:base"
],
"timezone": "Asia/Tokyo",
"assignees": [
"shun198"
],
"reviewers": [
"shun198"
],
"addLabels": [
"renovate"
],
"schedule": [
"after 10pm and before 5am every weekday",
"every weekend"
],
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchDepTypes": [
"dev.dependencies"
],
"matchUpdateTypes": [
"minor",
"patch"
],
"automerge": true
}
],
"ignoreDeps": [
"python",
"postgres",
"nginx"
]
}

0 comments on commit 6c6b8dd

Please sign in to comment.