在我使用Dependabot Preview
.
几天前,我迁移到了新版本Dependabot Native
,但是,现在它无法访问Github Packages
,所以,我作为 git 模块拥有的包(它曾经使用 Dependabot Preview 开箱即用)
这是我的代码:
version: 2
registries:
npm-registry-npm-pkg-github-com:
type: npm-registry
url: https://npm.pkg.github.com
token: "${{secrets.NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN}}"
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "09:00"
timezone: America/Los_Angeles
open-pull-requests-limit: 12
registries:
- npm-registry-npm-pkg-github-com
我的NPM_REGISTRY_NPM_PKG_GITHUB_COM_TOKEN
回购秘密中有秘密。
我会很感激帮助。