We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 460cc2f commit f6725d8Copy full SHA for f6725d8
.github/renovate.json5
@@ -1,12 +1,19 @@
1
{
2
- $schema: "https://docs.renovatebot.com/renovate-schema.json",
3
- extends: ["github>unill-io/.github//renovate/elixir/elixir-lib"],
+ $schema: 'https://docs.renovatebot.com/renovate-schema.json',
+ extends: [
4
+ 'github>unill-io/.github//renovate/elixir/elixir-lib',
5
+ ],
6
packageRules: [
7
// disable Elixir and Erlang updates via asdf because we want to support older versions
8
- matchPackagePatterns: ["erlang", "elixir"],
- matchManagers: ["asdf"],
9
+ matchManagers: [
10
+ 'asdf',
11
12
enabled: false,
13
+ matchPackageNames: [
14
+ '/erlang/',
15
+ '/elixir/',
16
17
},
18
],
19
}
0 commit comments