diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 939c099..f465ac4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,10 +1,4 @@ version: 2 -registries: - ghpr: - type: docker-registry - url: docker.pkg.github.com - username: x - password: ${{ secrets.DEPENDABOT_GHPR_TOKEN }} updates: - package-ecosystem: 'npm' directory: '/' @@ -14,8 +8,6 @@ updates: directory: '/docker' schedule: interval: 'daily' - registries: - - ghpr - package-ecosystem: "github-actions" directory: "/" schedule: