Skip to content

Commit

Permalink
Merge pull request #23 from fchimpan/fix-renovate-config
Browse files Browse the repository at this point in the history
chore: renovate config
  • Loading branch information
fchimpan authored Apr 10, 2024
2 parents 12879ce + 704e442 commit 1df5c5f
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
"config:recommended",
":timezone(Asia/Tokyo)",
"schedule:weekly",
":semanticCommitTypeAll(chore)"
],
"automerge": true,
"labels": [
"renovate"
],
"postUpdateOptions": [
"gomodTidy"
],
"packageRules": [
{
"groupName": "go-libraries",
"matchManagers": ["gomod"]
}
]
}

0 comments on commit 1df5c5f

Please sign in to comment.