File tree Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Expand file tree Collapse file tree 1 file changed +22
-22
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments