From e2f376b42335de3a753f3f49cfd72731187c3e9f Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Thu, 9 Apr 2026 10:37:16 +0100 Subject: [PATCH] Enable Fluxon private repo for dependabot --- .github/dependabot.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5782d2ce..20546e5f 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,13 @@ # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file version: 2 +registries: + fluxon-private-repo: + type: hex-repository + repo: fluxon + url: https://repo.fluxonui.com + auth-key: ${{ secrets.FLUXON_LICENSE_KEY }} + public-key-fingerprint: ${{ secrets.FLUXON_KEY_FINGERPRINT }} updates: - package-ecosystem: github-actions directory: "/" @@ -20,6 +27,8 @@ updates: assignees: - cloud8421 - package-ecosystem: mix + registries: "*" + insecure-external-code-execution: allow directory: "/" schedule: interval: daily