Skip to content

Commit

Permalink
chore: TECH update dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
kirpichenko committed Oct 14, 2024
1 parent 04b052a commit 4f77743
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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: '/'
Expand All @@ -7,6 +13,8 @@ updates:
allow:
- dependency-type: 'production'
rebase-strategy: 'disabled'
registries:
- artifact-registry
commit-message:
prefix: "build"
include: "scope"

0 comments on commit 4f77743

Please sign in to comment.