diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d5039054..dcbfe1a8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,9 +5,13 @@ registries: url: https://npm.pkg.github.com token: ${{secrets.DEPENDABOT_TOKEN}} updates: - - package-ecosystem: npm + - package-ecosystem: "npm" directory: "/" schedule: - interval: weekly + interval: "weekly" registries: - npm-github + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"