From a872b7e8abc26c43edc506dc6b4ac588bf835326 Mon Sep 17 00:00:00 2001 From: Yu Zeng Date: Tue, 21 Dec 2021 10:38:41 -0800 Subject: [PATCH] Configure dependabot --- .github/dependabot.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..1389eba9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 +updates: +- package-ecosystem: "maven" + directory: "/" + schedule: + interval: "daily" +