From 5d6ed14f9415a8181eaaf46724cee4d756a07947 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 11 Jun 2025 17:01:12 -0400 Subject: [PATCH] Is this file needed on each release branch? --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..c507d44941 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "gomod" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly"