diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b0fb785..6779cf0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -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"