Revert dependabot
This commit is contained in:
parent
31ba77ea6d
commit
20a956cd17
|
@ -1,21 +1,27 @@
|
|||
version: 2
|
||||
|
||||
registries:
|
||||
npm-github:
|
||||
type: npm-registry
|
||||
url: https://npm.pkg.github.com
|
||||
token: ${{ secrets.NPM_GITHUB_PAT }}
|
||||
|
||||
updates:
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
open-pull-requests-limit: 20
|
||||
registries:
|
||||
- npm-github
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
# registries:
|
||||
# npm-github:
|
||||
# type: npm-registry
|
||||
# url: https://npm.pkg.github.com
|
||||
# token: ${{ secrets.NPM_GITHUB_PAT }}
|
||||
|
||||
# updates:
|
||||
# - package-ecosystem: "npm"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
# open-pull-requests-limit: 20
|
||||
# registries:
|
||||
# - npm-github
|
||||
|
||||
# - package-ecosystem: "github-actions"
|
||||
# directory: "/"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
|
|
Loading…
Reference in New Issue