Attempt to fix dependabot

This commit is contained in:
Piotr Rogowski 2022-10-24 22:58:08 +02:00
parent 2f31b50c10
commit 326f6a9ed0
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 9 additions and 16 deletions

View File

@ -1,28 +1,21 @@
version: 2
registries:
github:
type: npm-registry
url: npm.pkg.github.com
token: ${{ secrets.NPM_GITHUB_PAT }}
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
open-pull-requests-limit: 20
registries:
- 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