diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 02d11b7..ddb83ba 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,4 @@ version: 2 -registries: - npm-github: - type: npm-registry - url: https://npm.pkg.github.com - token: ${{secrets.STAFFBOT_NPM_READ}} - updates: - package-ecosystem: "npm" directory: "/" @@ -14,5 +8,12 @@ updates: default-days: 7 labels: - "dependencies" - registries: - - npm-github + + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + labels: + - "dependencies" + cooldown: + default-days: 7