File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 6
6
7
7
---
8
8
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
9
15
updates :
10
16
- package-ecosystem : github-actions
11
17
commit-message :
@@ -34,6 +40,8 @@ updates:
34
40
labels :
35
41
- scope:dependencies
36
42
- type:build
43
+ registries :
44
+ - github
37
45
reviewers :
38
46
- flex-development/dependabot-review
39
47
- flexdevelopment
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments