Skip to content

Commit 686a367

Browse files
committed
disable dependabot for pip and enable for github actions
dependabot/dependabot-core#10478
1 parent 4ca1a10 commit 686a367

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/dependabot.yml

+11-7
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
version: 2
22
updates:
3-
- package-ecosystem: pip
4-
allow:
5-
- dependency-type: direct
6-
directory: "/"
3+
#- package-ecosystem: pip
4+
# allow:
5+
# - dependency-type: direct
6+
# directory: "/"
7+
# schedule:
8+
# interval: monthly
9+
# open-pull-requests-limit: 10
10+
# assignees:
11+
# - codl
12+
- package-ecosystem: github-actions
13+
directory: /
714
schedule:
815
interval: monthly
9-
open-pull-requests-limit: 10
10-
assignees:
11-
- codl

0 commit comments

Comments
 (0)