From 3a8637f86b25de9824919b47a7ccc9eda5b85bed Mon Sep 17 00:00:00 2001 From: Andrea Frittoli Date: Wed, 1 May 2024 18:47:25 +0100 Subject: [PATCH] Add dependabot config Signed-off-by: Andrea Frittoli --- .github/dependabot.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..27f47ad --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: /pkg # Location of package manifests + schedule: + interval: daily + labels: + - dependencies + - package-ecosystem: gomod + directory: /tools # Location of package manifests + schedule: + interval: weekly + labels: + - dependencies \ No newline at end of file