fix(ci): ignore elixir updates for .drone.yml as well
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b79128f6bf
commit
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