File tree Expand file tree Collapse file tree 1 file changed +18
-35
lines changed
Expand file tree Collapse file tree 1 file changed +18
-35
lines changed Original file line number Diff line number Diff line change 1- # Basic dependabot.yml file with minimum configuration for two package managers
2-
31version : 2
42updates :
5- # Enable version updates for python
6- - package-ecosystem : " pip"
7- # Look for a `requirements` in the `root` directory
8- directory : " /"
9- # Check for updates once a week
10- schedule :
11- interval : " monthly"
12- # Labels on pull requests for version updates only
13- labels :
14- - " dependencies"
15- pull-request-branch-name :
16- # Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
17- separator : " -"
18- # Allow up to 5 open pull requests for pip dependencies
19- open-pull-requests-limit : 5
20- reviewers :
21- - " manujosephv"
3+ - package-ecosystem : " pip"
4+ directory : " /"
5+ schedule :
6+ interval : " daily"
7+ commit-message :
8+ prefix : " [MNT] [Dependabot]"
9+ include : " scope"
10+ labels :
11+ - " maintenance"
2212
23- # Enable version updates for GitHub Actions
24- - package-ecosystem : " github-actions"
25- directory : " /"
26- # Check for updates once a week
27- schedule :
28- interval : " monthly"
29- # Labels on pull requests for version updates only
30- labels :
31- - " enhancement"
32- pull-request-branch-name :
33- # Separate sections of the branch name with a hyphen for example, `dependabot-npm_and_yarn-next_js-acorn-6.4.1`
34- separator : " -"
35- # Allow up to 5 open pull requests for GitHub Actions
36- open-pull-requests-limit : 5
37- reviewers :
38- - " manujosephv"
13+ - package-ecosystem : " github-actions"
14+ directory : " /"
15+ schedule :
16+ interval : " daily"
17+ commit-message :
18+ prefix : " [MNT] [Dependabot]"
19+ include : " scope"
20+ labels :
21+ - " maintenance"
You can’t perform that action at this time.
0 commit comments