Skip to content

Commit

Permalink
Merge pull request #5 from johnmanjiro13/update-renovate-config
Browse files Browse the repository at this point in the history
chore: Configure renovate
  • Loading branch information
johnmanjiro13 authored Jan 8, 2023
2 parents 5bbdaf7 + 27f7fce commit baeb107
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":timezone(Asia/Tokyo)"
],
"schedule": [
"every weekend"
],
"labels": [
"dependencies", "renovate"
]
}

0 comments on commit baeb107

Please sign in to comment.