Skip to content

Commit

Permalink
fix: TECH set release branch name to master
Browse files Browse the repository at this point in the history
  • Loading branch information
kirpichenko committed Sep 6, 2024
1 parent 4e36323 commit 7c69be5
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ workflows:
filters:
branches:
only:
- main
- master
- alpha
requires:
- lint
Expand Down
17 changes: 17 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@

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'
open-pull-requests-limit: 0
directory: '/'
schedule:
interval: 'monthly'
rebase-strategy: 'disabled'
registries:
- artifact-registry

0 comments on commit 7c69be5

Please sign in to comment.