Skip to content

Commit f6725d8

Browse files
chore(config): migrate renovate config (#25) [skip ci]
Co-authored-by: unill-renovate[bot] <192801153+unill-renovate[bot]@users.noreply.github.com> Co-authored-by: Pierre Cavin <me@sherlox.io>
1 parent 460cc2f commit f6725d8

File tree

1 file changed

+11
-4
lines changed

1 file changed

+11
-4
lines changed

.github/renovate.json5

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
11
{
2-
$schema: "https://docs.renovatebot.com/renovate-schema.json",
3-
extends: ["github>unill-io/.github//renovate/elixir/elixir-lib"],
2+
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
3+
extends: [
4+
'github>unill-io/.github//renovate/elixir/elixir-lib',
5+
],
46
packageRules: [
57
// disable Elixir and Erlang updates via asdf because we want to support older versions
68
{
7-
matchPackagePatterns: ["erlang", "elixir"],
8-
matchManagers: ["asdf"],
9+
matchManagers: [
10+
'asdf',
11+
],
912
enabled: false,
13+
matchPackageNames: [
14+
'/erlang/',
15+
'/elixir/',
16+
],
1017
},
1118
],
1219
}

0 commit comments

Comments
 (0)