1- # Dependabot configuration file
2- # For more details, refer to: https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
3-
41version : 2
52updates :
6- # GitHub Actions dependencies
7- - package-ecosystem : " github-actions"
8- directory : " /"
9- schedule :
10- interval : " monthly"
11- commit-message :
12- prefix : " build"
13- target-branch : " dependabotchanges"
14- open-pull-requests-limit : 20
3+ # GitHub Actions dependencies
4+ - package-ecosystem : " github-actions"
5+ directory : " /"
6+ schedule :
7+ interval : " monthly"
8+ commit-message :
9+ prefix : " build"
10+ target-branch : " dependabotchanges"
11+ open-pull-requests-limit : 30
12+
13+ - package-ecosystem : " pip"
14+ directory : " /App"
15+ schedule :
16+ interval : " monthly"
17+ commit-message :
18+ prefix : " build"
19+ target-branch : " dependabotchanges"
20+ open-pull-requests-limit : 60
1521
16- - package-ecosystem : " pip"
17- directory : " /App"
18- schedule :
19- interval : " monthly"
20- commit-message :
21- prefix : " build"
22- target-branch : " dependabotchanges"
23- open-pull-requests-limit : 60
22+ - package-ecosystem : " npm"
23+ directory : " /App/frontend"
24+ schedule :
25+ interval : " monthly"
26+ commit-message :
27+ prefix : " build"
28+ target-branch : " dependabotchanges"
29+ open-pull-requests-limit : 60
30+ registries :
31+ - npm_public_registry # Only use public npm registry
2432
25- - package-ecosystem : " npm"
26- directory : " /App/frontend"
27- schedule :
28- interval : " monthly"
29- commit-message :
30- prefix : " build"
31- target-branch : " dependabotchanges"
32- open-pull-requests-limit : 60
33+ registries :
34+ npm_public_registry :
35+ type : " npm-registry"
36+ url : " https://registry.npmjs.org/"
37+ token : ${{ secrets.TOKEN }}
0 commit comments