Skip to content

Commit

Permalink
Merge pull request #87 from JoranAngevaare/JoranAngevaare-patch-8
Browse files Browse the repository at this point in the history
Update dependabot.yml
  • Loading branch information
JoranAngevaare authored Nov 14, 2023
2 parents fe3569d + 49ceb10 commit 0a57d11
Showing 1 changed file with 21 additions and 20 deletions.
41 changes: 21 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 0a57d11

Please sign in to comment.