Skip to content

Commit

Permalink
ci(renovate): disable erlang / elixir updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sheerlox committed May 4, 2024
1 parent a136984 commit 1b5da45
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/renovate.json

This file was deleted.

12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["github>talent-ideal/.github//renovate/elixir/elixir-lib"],
packageRules: [
// disable Elixir and Erlang updates via asdf because we want to support older versions
{
matchPackagePatterns: ["erlang", "elixir"],
matchManagers: ["asdf"],
enabled: false,
},
],
}

0 comments on commit 1b5da45

Please sign in to comment.