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