Skip to content

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66

77
---
88
version: 2
9+
registries:
10+
github:
11+
replaces-base: true
12+
token: ${{ secrets.GH_TOKEN }}
13+
type: npm-registry
14+
url: https://npm.pkg.github.com/flex-development
915
updates:
1016
- package-ecosystem: github-actions
1117
commit-message:
@@ -34,6 +40,8 @@ updates:
3440
labels:
3541
- scope:dependencies
3642
- type:build
43+
registries:
44+
- github
3745
reviewers:
3846
- flex-development/dependabot-review
3947
- flexdevelopment

.npmrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# https://docs.npmjs.com/cli/configuring-npm/npmrc
2+
3+
@flex-development:registry=https://npm.pkg.github.com/flex-development
4+
//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN:-GH_TOKEN}
5+
//npm.pkg.github.com/:always-auth=true

0 commit comments

Comments
 (0)