Skip to content

Commit 0ced49e

Browse files
authored
Remove dependabot rules for pip
1 parent 54e42fb commit 0ced49e

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/dependabot.yaml

-20
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,3 @@ updates:
2121
actions-notebook-env:
2222
patterns:
2323
- "*"
24-
# Maintain dependencies for pip - main branch
25-
- package-ecosystem: "pip"
26-
directory: "/"
27-
target-branch: "main"
28-
schedule:
29-
interval: "monthly"
30-
groups:
31-
pip-main:
32-
patterns:
33-
- "*"
34-
# Maintain dependencies for pip - notebook-env branch
35-
- package-ecosystem: "pip"
36-
directory: "/"
37-
target-branch: "notebook-env"
38-
schedule:
39-
interval: "monthly"
40-
groups:
41-
pip-notebook-env:
42-
patterns:
43-
- "*"

0 commit comments

Comments
 (0)