From c88c6fff7dabbed0faaac73cda34dd223bb33a5c Mon Sep 17 00:00:00 2001 From: Celene Date: Mon, 4 Dec 2023 13:52:37 -0500 Subject: [PATCH] add dependabot.yaml file (#989) --- .github/dependabot.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000000..ec06d6c8ce --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,8 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly + labels: + - dependencies