From 57be33120df61fb9c524d14b6664b13963c92938 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pawe=C5=82=20Krupa?= Date: Fri, 4 Feb 2022 12:17:58 +0100 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..f4ae8cd2 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,16 @@ +version: 2 +updates: + - package-ecosystem: gomod + directory: / + schedule: + interval: daily + + - package-ecosystem: gomod + directory: /scripts/ + schedule: + interval: daily + + - package-ecosystem: github-actions + directory: / + schedule: + interval: daily