diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..415c7ae9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +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" + open-pull-requests-limit: 100 + directory: "/" + registries: "*" + schedule: + interval: "weekly"