From b7b9986f2c2e97d7aee51342d4efe6ff7cb1a59e Mon Sep 17 00:00:00 2001 From: Mark Sagi-Kazar Date: Sun, 5 Feb 2023 21:18:28 +0100 Subject: [PATCH] ci: add dependabot config Signed-off-by: Mark Sagi-Kazar --- .github/dependabot.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..5153b81 --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,16 @@ +version: 2 + +updates: + - package-ecosystem: gomod + directory: / + labels: + - dependencies + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + labels: + - dependencies + schedule: + interval: daily