Add `github-actions` to dependabot

This commit is contained in:
Piotr Rogowski 2022-07-27 00:54:44 +02:00
parent 6ec7812bca
commit f56b2e8456
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 7 additions and 0 deletions

View File

@ -1,12 +1,19 @@
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
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"