From 49ceb10e08987f21cdbdff03a7081ed2afd9e5ea Mon Sep 17 00:00:00 2001 From: "Joran R. Angevaare" Date: Tue, 14 Nov 2023 13:57:25 +0100 Subject: [PATCH] Update dependabot.yml --- .github/dependabot.yml | 41 +++++++++++++++++++++-------------------- 1 file changed, 21 insertions(+), 20 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b0e23a1..2b10680 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,21 +1,22 @@ -# # Set update schedule for GitHub Actions -# version: 2 -# updates: -# - package-ecosystem: "github-actions" -# directory: "/" -# schedule: -# # Check for updates to GitHub Actions every weekday -# interval: "monthly" -# time: "12:00" -# # Raise all npm pull requests with an assignee -# assignees: -# - jorana -# - package-ecosystem: "pip" -# directory: "/extra_requirements" -# schedule: -# # Check for updates to requirements every day -# interval: "monthly" -# open-pull-requests-limit: 50 -# assignees: -# - jorana +# Set update schedule for GitHub Actions +version: 2 +updates: + - package-ecosystem: "github-actions" + directory: "/" + schedule: + # Check for updates to GitHub Actions every weekday + interval: "monthly" + time: "12:00" + # Raise all npm pull requests with an assignee + assignees: + - jorana + open-pull-requests-limit: 0 + - package-ecosystem: "pip" + directory: "/extra_requirements" + schedule: + # Check for updates to requirements every day + interval: "monthly" + open-pull-requests-limit: 0 + assignees: + - jorana