From 2710e2a8931d4b38cc346da2d63d17c510f5e7d9 Mon Sep 17 00:00:00 2001 From: Brian Luk Date: Wed, 14 Aug 2024 09:10:49 -0700 Subject: [PATCH] add dependabot --- .github/dependabot.yaml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..9702469 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10 + + - package-ecosystem: gomod + directory: "/" + schedule: + interval: weekly + open-pull-requests-limit: 10