From f5238d2b86a5eddc684104d1ca04b54f4986ad70 Mon Sep 17 00:00:00 2001 From: Gurney Buchanan Date: Mon, 20 Apr 2026 14:19:00 -0400 Subject: [PATCH] Add Dependabot configuration for dependency security scanning --- .github/dependabot.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..98e6fa1 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,12 @@ +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 5 + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10