Compare commits
2 commits
d991937622
...
f1333e3b9d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f1333e3b9d | ||
| 503aa9e26b |
1 changed files with 6 additions and 1 deletions
|
|
@ -17,9 +17,14 @@
|
|||
"matchDatasources": ["docker"]
|
||||
},
|
||||
{
|
||||
"matchFileNames": [".tool-versions", "Dockerfile"],
|
||||
"description": "Disable elixir updates, as renovate does not work with their <version>-otp-<version> numbering scheme.",
|
||||
"matchCurrentValue": "**-otp-**",
|
||||
"enabled": false
|
||||
},
|
||||
{
|
||||
"description": "Disable erlang updates as they need to be coordinated with elixir updates.",
|
||||
"matchDepNames": "erlang",
|
||||
"enabled": false
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue