Skip to content

Commit

Permalink
🔧 Configure Renovate (#1)
Browse files Browse the repository at this point in the history
* Add renovate.json

* 📝 Add renovate configurations

* 🚚 Move configuration to .github

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: turtton <top.gear7509@turtton.net>
  • Loading branch information
renovate[bot] and turtton committed Apr 6, 2024
1 parent 0aabc34 commit 2d9ff77
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
":timezone(Asia/Tokyo)"
],
"schedule": [
"after 1pm and before 5pm on Friday"
],
"labels": [
"dependencies"
],
"commitMessagePrefix": ":arrow_up:",
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"groupName": "dependencies (patch)",
"automerge": true,
"automergeStrategy": "squash"
}
]
}

0 comments on commit 2d9ff77

Please sign in to comment.