From ccb8b52d5607f5ed5f63bd5a9e80a12acb20fbb4 Mon Sep 17 00:00:00 2001 From: Nikhil Badyal Date: Tue, 8 Aug 2023 22:57:02 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Updated=20config=20for=20dependa?= =?UTF-8?q?bot.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/dependabot.yml | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ebc6471..d712436 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,34 +1,35 @@ -# Config for Dependabot updates. See Documentation here: -# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - # Update GitHub actions in workflows + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "daily" + labels: + - dependencies🫂 assignees: - "nikhilbadyal" - - # Enable version updates for Docker + reviewers: + - "nikhilbadyal" - package-ecosystem: "docker" - # Look for a `Dockerfile` in the `docker/test/postgres` directory directory: "/" - # Check for updates to GitHub Actions every weekday schedule: interval: "daily" + labels: + - dependencies🫂 assignees: - "nikhilbadyal" + reviewers: + - "nikhilbadyal" - # Enable version updates for Python/Pip - Production - package-ecosystem: "pip" - # Look for a `requirements.txt` in the `root` directory - # also 'setup.cfg', 'runtime.txt' and 'requirements/*.txt' directory: "/" - # Check for updates to GitHub Actions every weekday schedule: interval: "daily" + labels: + - dependencies🫂 assignees: + - "nikhilbadyal" + reviewers: - "nikhilbadyal"