Skip to content

Commit

Permalink
add renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
woylie committed Mar 16, 2024
1 parent f8f8eeb commit f98e73b
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:best-practices"],
"enabled": true,
"enabledManagers": [
"github-actions",
"mix",
],
"reviewersFromCodeOwners": true,
"schedule": ["every weekend"],
"timezone": "Asia/Tokyo",
"lockFileMaintenance": { "enabled": true },
"rangeStrategy": "widen",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
},
{
"matchPackagePatterns": [
"castore",
"credo",
"dialyxir",
"ex_doc",
"excoveralls",
"mix_audit",
"sobelow",
"stream_data"
],
"rangeStrategy": "auto"
"automerge": true
},
]
}

0 comments on commit f98e73b

Please sign in to comment.