From b3303ce5fde161d9011e6e492522f066eb560d71 Mon Sep 17 00:00:00 2001 From: Luke Simmons Date: Mon, 12 Jul 2021 16:32:23 -0500 Subject: Create dependabot.yml Automatically checks for updates for project dependencies and creates pull requests. --- .github/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 00000000..85e02951 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: gradle + directory: / + schedule: + interval: daily -- cgit v1.2.3