From 5d2ab2e389b829433c020fa735388b3c1716b59b Mon Sep 17 00:00:00 2001 From: Luca Comellini Date: Mon, 29 Apr 2024 20:05:15 -0700 Subject: [PATCH] Add dependabot Signed-off-by: Luca Comellini --- .github/dependabot.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..a25f532e5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,13 @@ +version: 2 +updates: + - package-ecosystem: gomod + directories: + - / + - /test/ + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily