Skip to content

Commit

Permalink
ci: add extra labels to dependabot PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed May 11, 2021
1 parent eafa2a9 commit a5700b6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ updates:
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/{{cookiecutter.project_slug}}"
Expand All @@ -17,6 +18,7 @@ updates:
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: "/{{cookiecutter.project_slug}}"
Expand All @@ -26,4 +28,5 @@ updates:
timezone: Africa/Lusaka
labels:
- "dependencies"
- "npm"
open-pull-requests-limit: 99

0 comments on commit a5700b6

Please sign in to comment.