From 9e87cb625af8d49d4646d063289f067495db5ef2 Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Fri, 26 Jul 2024 13:01:55 -0700 Subject: [PATCH] Add dependabot Signed-off-by: Luca Comellini --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..aafb8a2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 +updates: + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + + - package-ecosystem: gomod + directory: / + schedule: + interval: weekly