Revert dependabot

This commit is contained in:
Piotr Rogowski 2022-08-21 00:10:41 +02:00
parent 31ba77ea6d
commit 20a956cd17
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 19 additions and 13 deletions

View File

@ -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"