From ca97351e7617f32a8f764b5128e563f840072182 Mon Sep 17 00:00:00 2001 From: Ivan Giacomelli Date: Wed, 23 Dec 2020 16:51:53 +0200 Subject: [PATCH] Create a configuration file for Dependabot. --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..2ea78d9 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +# This is an automatically generated base configuration +# For further configuration options and tuning: +# https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly"