Skip to content

Commit

Permalink
Migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and woylie committed Jan 15, 2025
1 parent 24c91cb commit 00f6ec4
Showing 1 changed file with 29 additions and 16 deletions.
45 changes: 29 additions & 16 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,35 +1,48 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": [
"config:recommended"
],
"enabled": true,
"enabledManagers": [
"github-actions",
"mix"
],
"reviewersFromCodeOwners": true,
"schedule": ["every weekend"],
"schedule": [
"every weekend"
],
"timezone": "Asia/Tokyo",
"lockFileMaintenance": { "enabled": true },
"lockFileMaintenance": {
"enabled": true
},
"rangeStrategy": "widen",
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true
},
{
"matchPackagePatterns": [
"castore",
"credo",
"dialyxir",
"ex_doc",
"excoveralls",
"mix_audit",
"sobelow",
"stream_data"
],
"rangeStrategy": "auto",
"automerge": true
"automerge": true,
"matchPackageNames": [
"/castore/",
"/credo/",
"/dialyxir/",
"/ex_doc/",
"/excoveralls/",
"/mix_audit/",
"/sobelow/",
"/stream_data/"
]
}
],
"ignoreDeps": ["postgres"]
"ignoreDeps": [
"postgres"
]
}

0 comments on commit 00f6ec4

Please sign in to comment.