File tree Expand file tree Collapse file tree 3 files changed +0
-10
lines changed
Expand file tree Collapse file tree 3 files changed +0
-10
lines changed Original file line number Diff line number Diff line change 44# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
55
66version : 2
7- registries :
8- npm-github :
9- type : npm-registry
10- url : https://npm.pkg.github.com/ScribeLabsAI
11- token : ${{ secrets.PATFORRELEASE }}
12- replaces-base : true
137updates :
148 - package-ecosystem : ' npm' # See documentation for possible values
159 directory : ' /' # Location of package manifests
Original file line number Diff line number Diff line change 2525 uses : actions/setup-node@v6
2626 with :
2727 node-version : 22.x
28- registry-url : ' https://registry.npmjs.org/'
29- scope : ' @scribelabsai'
3028 - name : Update npm
3129 run : npm install -g npm@latest
3230 - name : Install deps
Original file line number Diff line number Diff line change 1919 uses : actions/setup-node@v4
2020 with :
2121 node-version : 22.x
22- registry-url : ' https://npm.pkg.github.com'
23- scope : ' @scribelabsai'
2422 - name : Install deps
2523 run : npm install
2624 env :
You can’t perform that action at this time.
0 commit comments