diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a2b9ef1f..5a450e1d 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,14 +1,7 @@ version: 2 -registries: - github-com: - type: git - url: https://github.com - username: ${{secrets.DEPENDENCIES_GITHUB_USER}} - password: ${{secrets.DEPENDENCIES_GITHUB_TOKEN}} updates: - package-ecosystem: gomod directory: "/" schedule: interval: daily open-pull-requests-limit: 100 - registries: "*"