Enable Fluxon private repo for dependabot

This commit is contained in:
Claudio Ortolina
2026-04-09 10:37:16 +01:00
parent 56b281c696
commit e2f376b423
+9
View File
@@ -4,6 +4,13 @@
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file # https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2 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: updates:
- package-ecosystem: github-actions - package-ecosystem: github-actions
directory: "/" directory: "/"
@@ -20,6 +27,8 @@ updates:
assignees: assignees:
- cloud8421 - cloud8421
- package-ecosystem: mix - package-ecosystem: mix
registries: "*"
insecure-external-code-execution: allow
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: daily