Skip to content

Commit

Permalink
📦 (renovate.json) Add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Comamoca committed Oct 25, 2024
1 parent 70ffd61 commit 5bc1721
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"extends": ["config:base"],
"enabledManagers": ["gleam"],
"schedule": ["every sunday"],
"timezone": "Asia/Tokyo",
"automerge": true,
"automergeType": "branch",
"branchPrefix": "renovate/",
"commitMessageAction": "Update",
"labels": ["dependencies", "gleam"],
"major": {
"automerge": false
}
}

0 comments on commit 5bc1721

Please sign in to comment.