From 4f77743ea88b694c8d65c2932b2c2b96b895190d Mon Sep 17 00:00:00 2001 From: Ievgen Kyrpychenko Date: Mon, 14 Oct 2024 16:22:51 +0200 Subject: [PATCH] chore: TECH update dependabot config --- .github/dependabot.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aa2f0ad..08f4af0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,10 @@ version: 2 +registries: + artifact-registry: + type: npm-registry + url: https://europe-west1-npm.pkg.dev/join-dev-330413/join/ + username: ${{ secrets.GAR_USERNAME }} + password: ${{ secrets.GAR_CREDENTIALS }} updates: - package-ecosystem: 'npm' directory: '/' @@ -7,6 +13,8 @@ updates: allow: - dependency-type: 'production' rebase-strategy: 'disabled' + registries: + - artifact-registry commit-message: prefix: "build" include: "scope"