From 9597c73057162b0bcb1af62f12988d554413df9e Mon Sep 17 00:00:00 2001 From: Merve Taner Date: Fri, 21 Jun 2024 12:56:27 +0100 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml 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"