From 201a9785a04d631fae65a3af3b495962e4f16d14 Mon Sep 17 00:00:00 2001 From: Marcin Aman Date: Fri, 26 Feb 2021 11:19:18 +0100 Subject: Add dependabot --- .github/workflows/dependabot.yml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/workflows/dependabot.yml (limited to '.github/workflows') diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 00000000..7f283b1c --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -0,0 +1,6 @@ +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "daily" \ No newline at end of file -- cgit