Enable Fluxon private repo for dependabot
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user