Skip to content

Commit

Permalink
renovate.jsonを更新。タイムゾーンを東京に設定。依存関係の自動更新を有効化。 (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikukyugamer authored Jun 19, 2023
1 parent ab19f68 commit 1d8aed9
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":timezone(Asia/Tokyo)"
],
"labels": [
"dependencies",
"renovate"
],
"dependencyDashboard": true,
"pin": {
"automerge": true
},
"packageRules": [
{
"matchPackagePatterns": [
"^.*"
],
"automerge": true
}
]
}

0 comments on commit 1d8aed9

Please sign in to comment.