From d3fae72da09ed9ad0a19ca500f3f37e54d2d3071 Mon Sep 17 00:00:00 2001 From: Jared Burrows <jaredsburrows@gmail.com> Date: Mon, 13 Jun 2022 17:39:52 -0400 Subject: [PATCH] Add dependabot (#280) --- .github/dependabot.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..5a567633 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,11 @@ +version: 2 + +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "daily" + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily"