From c048054956cc52949d3b49cd23e14ed3e6b47b38 Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 9 Apr 2026 10:28:47 +0100 Subject: [PATCH] Enable dependabot for Elixir and NPM packages --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b07bc0ac..dd78cd5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -19,3 +19,17 @@ updates: open-pull-requests-limit: 10 assignees: - cloud8421 +- package-ecosystem: mix + directory: "/" + schedule: + interval: daily + open-pull-requests-limit: 10 + assignees: + - cloud8421 +- package-ecosystem: npm + directory: "/assets" + schedule: + interval: daily + open-pull-requests-limit: 10 + assignees: + - cloud8421