Skip to content

Commit 7839ed3

Browse files
authored
Update dependabot.yml
Disable pip updates
1 parent b40ac16 commit 7839ed3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "pip" # See documentation for possible values
9-
directory: "/packages" # Location of package manifests
10-
schedule:
11-
interval: "weekly"
8+
# - package-ecosystem: "pip" # See documentation for possible values
9+
# directory: "/packages" # Location of package manifests
10+
# schedule:
11+
# interval: "weekly"
1212

1313
- package-ecosystem: "github-actions" # See documentation for possible values
1414
directory: "/" # Location of package manifests

0 commit comments

Comments
 (0)