Skip to content

Commit 87dae42

Browse files
committed
ci: [@dependabot] fix private registry updates
- https://docs.github.com/code-security/dependabot/working-with-dependabot/removing-dependabot-access-to-public-registries#yarn-berry Signed-off-by: Lexus Drumgold <unicornware@flexdevelopment.llc>
1 parent 7383922 commit 87dae42

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,9 @@
88
version: 2
99
registries:
1010
github:
11-
replaces-base: true
1211
token: ${{ secrets.PAT_BOT }}
1312
type: npm-registry
14-
url: https://npm.pkg.github.com/flex-development
13+
url: https://npm.pkg.github.com
1514
updates:
1615
- package-ecosystem: github-actions
1716
commit-message:

0 commit comments

Comments
 (0)