Skip to content

Commit 031d3c7

Browse files
authored
Update dependabot.yml
1 parent 12113c6 commit 031d3c7

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
version: 2
22
updates:
3-
- 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
6-
directory: "/"
7-
schedule:
8-
interval: "weekly"
9-
day: "monday"
10-
time: "05:00"
11-
timezone: "America/Chicago"
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
day: "monday"
8+
time: "05:00"
9+
timezone: "America/Chicago"
10+
# Project not actively developed, so only allow security updates and certain projects
11+
allow:
12+
- dependency-name: "pyngrok"

0 commit comments

Comments
 (0)