From 10dfa20d655dc1e2948736648918b3cfcccb0466 Mon Sep 17 00:00:00 2001 From: pacnpal <183241239+pacnpal@users.noreply.github.com> Date: Tue, 10 Dec 2024 06:43:27 -0500 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 28 ++++++++++++++++++++++------ 1 file changed, 22 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2e753dd0..6e07a3f5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,22 @@ - version: 2 - updates: - - package-ecosystem: "pip" - directory: "/" - schedule: - interval: "daily" \ No newline at end of file +version: 2 +updates: + # Python dependencies + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[DEPENDABOT] Update" + open-pull-requests-limit: 10 + labels: + - "dependencies" + reviewers: + - "pacnpal" + + # GitHub Actions dependencies + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + commit-message: + prefix: "[DEPENDABOT] Update Actions" \ No newline at end of file