From 7d15a0503d79a4f929690d6657110a686f521ae1 Mon Sep 17 00:00:00 2001 From: Tim Geoghegan Date: Fri, 17 Nov 2023 06:28:28 -0800 Subject: [PATCH] Set up dependabot for Go dependencies (#27) Configure dependabot to run weekly and open 10 PRs at once, to limit how much clicking the maintainer has to do at once. --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..578d072 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "gomod" + schedule: + interval: "weekly" + open-pull-requests-limit: 10