Skip to content

Commit 0327d1d

Browse files
Bordahugovk
andauthored
Apply suggestions from code review
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
1 parent 8c2cb46 commit 0327d1d

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ updates:
77
- package-ecosystem: "pip"
88
# Look for a `requirements` in the `root` directory
99
directory: "/"
10-
# Check for updates once a week
10+
# Check for updates once a month
1111
schedule:
12-
interval: "weekly"
12+
interval: "monthly"
1313
# Labels on pull requests for version updates only
1414
labels: ["maintenance"]
1515
pull-request-branch-name:
@@ -18,8 +18,6 @@ updates:
1818
separator: "-"
1919
# Allow up to 5 open pull requests for pip dependencies
2020
open-pull-requests-limit: 5
21-
reviewers:
22-
- "hugovk"
2321

2422
# Enable version updates for GitHub Actions
2523
- package-ecosystem: "github-actions"
@@ -35,5 +33,3 @@ updates:
3533
separator: "-"
3634
# Allow up to 5 open pull requests for GitHub Actions
3735
open-pull-requests-limit: 5
38-
reviewers:
39-
- "hugovk"

0 commit comments

Comments
 (0)