From 5f6830fc45d68c126cbdb12e4b336d4ee9313178 Mon Sep 17 00:00:00 2001 From: iWas-Coder Date: Thu, 11 Apr 2024 19:56:41 +0200 Subject: [PATCH] Added dependabot config --- .github/dependabot.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml new file mode 100644 index 0000000..e5c793e --- /dev/null +++ b/.github/dependabot.yaml @@ -0,0 +1,14 @@ +version: 2 +updates: + - package-ecosystem: cargo + directory: / + schedule: + interval: weekly + - package-ecosystem: npm + directory: docs/www + schedule: + interval: weekly + - package-ecosystem: gitsubmodule + directory: / + schedule: + interval: weekly