From 4510237d99cff9db471843c30aff86f280ae9218 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 000000000..a22018e9a --- /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