From 82fb607504cf5f39c64488d8a9ebcfd10d27c287 Mon Sep 17 00:00:00 2001 From: Yevhen Pavlov Date: Sun, 7 Apr 2024 01:30:24 +0300 Subject: [PATCH] chore: Add .github/dependabot.yml (#28) --- .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 0000000..86a5705 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +# Reference: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file + +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10