From 1b8e973bb87b4568a6dc9947037e36c56f7f883e Mon Sep 17 00:00:00 2001 From: Kent 'picat' Gruber Date: Thu, 29 Jul 2021 11:48:46 -0400 Subject: [PATCH] Add initial Dependabot configuration --- .github/dependabot.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000000..a22018e9a4 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,18 @@ +version: 2 +updates: +- package-ecosystem: gomod + directory: "/" + schedule: + interval: daily +- package-ecosystem: gomod + directory: "/api" + schedule: + interval: daily +- package-ecosystem: npm + directory: "/ui" + schedule: + interval: daily +- package-ecosystem: npm + directory: "/website" + schedule: + interval: daily \ No newline at end of file