From 07aa9a59325751c46adb7caf97d6522b61d39888 Mon Sep 17 00:00:00 2001 From: Bernd Schoolmann Date: Sun, 28 Apr 2024 16:01:48 +0200 Subject: [PATCH] Create dependabot.yaml --- .github/dependabot.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..b4c78be --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: monthly