Skip to content

Commit 2a5963d

Browse files
committed
disable dependabot
1 parent a8cf7ca commit 2a5963d

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

.github/dependabot.yml

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,25 @@
1-
# Configuration: https://dependabot.com/docs/config-file/
2-
# Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
1+
# # Configuration: https://dependabot.com/docs/config-file/
2+
# # Docs: https://docs.github.com/en/github/administering-a-repository/keeping-your-dependencies-updated-automatically
33

4-
version: 2
4+
# version: 2
55

6-
updates:
7-
- package-ecosystem: "pip"
8-
directory: "/"
9-
schedule:
10-
interval: "monthly"
11-
allow:
12-
- dependency-type: "all"
13-
commit-message:
14-
prefix: ":arrow_up:"
15-
open-pull-requests-limit: 5
6+
# updates:
7+
# - package-ecosystem: "pip"
8+
# directory: "/"
9+
# schedule:
10+
# interval: "monthly"
11+
# allow:
12+
# - dependency-type: "all"
13+
# commit-message:
14+
# prefix: ":arrow_up:"
15+
# open-pull-requests-limit: 5
1616

17-
- package-ecosystem: "github-actions"
18-
directory: "/"
19-
schedule:
20-
interval: "monthly"
21-
allow:
22-
- dependency-type: "all"
23-
commit-message:
24-
prefix: ":arrow_up:"
25-
open-pull-requests-limit: 5
17+
# - package-ecosystem: "github-actions"
18+
# directory: "/"
19+
# schedule:
20+
# interval: "monthly"
21+
# allow:
22+
# - dependency-type: "all"
23+
# commit-message:
24+
# prefix: ":arrow_up:"
25+
# open-pull-requests-limit: 5

0 commit comments

Comments
 (0)