Skip to content

Commit 6a4c2c1

Browse files
committed
Fix Dependabot syntax.
1 parent 1e0051b commit 6a4c2c1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
version: 2
22
updates:
33
- package-ecosystem: "pip"
4+
# Project not actively developed, so only open security updates: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#open-pull-requests-limit
5+
open-pull-requests-limit: 0
46
directory: "/"
57
schedule:
68
interval: "weekly"
79
day: "monday"
810
time: "05:00"
9-
timezone: "America/Chicago"
10-
# Project not actively developed, so only open security updates: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/dependabot-options-reference#open-pull-requests-limit
11-
- open-pull-requests-limit: 0
11+
timezone: "America/Chicago"

0 commit comments

Comments
 (0)