From eb98e4c0f2cc484a5abac7521736a923645167e0 Mon Sep 17 00:00:00 2001 From: Padmal Date: Mon, 4 Oct 2021 23:08:38 +0200 Subject: [PATCH] chore: updated dependabot configuration --- .github/dependabot.yml | 35 +++++++++++++++-------------------- 1 file changed, 15 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3486ccebd..6c34404be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,22 +1,17 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 -# Updates for Github Actions used in the repo - - package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "mariobehling" -# Updates for Gradle dependencies used in the app - - package-ecosystem: "gradle" - directory: "/" - schedule: - interval: "weekly" - reviewers: - - "mariobehling" - +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "mariobehling" + - "cloudypadmal" + - package-ecosystem: "gradle" + directory: "/" + schedule: + interval: "weekly" + reviewers: + - "mariobehling" + - "cloudypadmal" \ No newline at end of file