From 09653590b4fde9bdf2831eafa1e388dac89a24c0 Mon Sep 17 00:00:00 2001 From: Michael Vorburger Date: Sat, 28 Oct 2023 17:02:55 +0200 Subject: [PATCH] Add Dependabot configuration appropriate for this project --- .github/dependabot.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..c2fb23601 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,22 @@ +# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates +version: 2 + +updates: + - package-ecosystem: gomod + directory: claat/ + schedule: + interval: weekly + day: monday + time: "04:00" + + - package-ecosystem: npm + directory: site/ + schedule: + timezone: "05:00 UTC" + + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + day: monday + time: "04:00"