From 6c24e38ae6c2424d350f3ee4b830b8062fcdf4a6 Mon Sep 17 00:00:00 2001 From: Esa Firman Date: Sun, 22 Aug 2021 14:59:49 +0700 Subject: [PATCH] add dependabot --- .github/dependabot.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 0000000..6d167d5 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,20 @@ +# Documentation for all configuration options: +# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates + +version: 2 +updates: + # Updates for Github Actions used in the repo + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "esafirm" + # Updates for Gradle dependencies used in the app + - package-ecosystem: gradle + directory: "/" + schedule: + interval: "weekly" + open-pull-requests-limit: 10 + reviewers: + - "esafirm" \ No newline at end of file