-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathelixir.json
More file actions
21 lines (21 loc) · 858 Bytes
/
elixir.json
File metadata and controls
21 lines (21 loc) · 858 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>smkwlab/.github#v1"],
"enabledManagers": ["mix"],
"schedule": ["before 6am on monday"],
"lockFileMaintenance": {
"enabled": true,
"schedule": ["before 6am on monday"]
},
"packageRules": [
{
"description": "Intentional exception to the org-wide patch/digest-only auto-merge policy: Elixir (hex) packages are reliably semver-compliant, so minor and lockFileMaintenance updates are grouped and auto-merged as well. This preserves the pre-existing behavior of the Elixir repositories.",
"matchManagers": ["mix"],
"matchDatasources": ["hex"],
"matchUpdateTypes": ["minor", "patch", "digest", "lockFileMaintenance"],
"groupName": "elixir dependencies",
"automerge": true,
"platformAutomerge": true
}
]
}