From 23d4ab0c3586da4823a73411dce2b2e67a48848f Mon Sep 17 00:00:00 2001 From: Yeikel Date: Wed, 7 Dec 2022 11:36:15 -0500 Subject: [PATCH] Add dependabot configuration (#3162) * Add dependabot configuration See https://github.blog/2020-06-01-keep-all-your-packages-up-to-date-with-dependabot/ * update interval to weekly * Update dependabot.yml Co-authored-by: Chayim Co-authored-by: M Sazzadul Hoque <7600764+sazzad16@users.noreply.github.com> --- .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 0000000000..069e8c5a55 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,7 @@ +version: 2 + +updates: + - package-ecosystem: "maven" + directory: "/" + schedule: + interval: "weekly"