From 6ec03684f1d853a9b51de4d5ac54a62747c5864d Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Wed, 11 Jun 2025 17:06:05 -0400 Subject: [PATCH] Is this file needed on each release branch? (v2) (as with #2153) --- .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"