Skip to content

Commit

Permalink
ci: change label from npm to javascript
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 4, 2021
1 parent a05977d commit 37e624c
Showing 1 changed file with 30 additions and 30 deletions.
60 changes: 30 additions & 30 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/{{cookiecutter.project_slug}}"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: "/{{cookiecutter.project_slug}}"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "npm"
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: pip
directory: "/{{cookiecutter.project_slug}}"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "python"
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: "/{{cookiecutter.project_slug}}"
schedule:
interval: daily
time: "03:00"
timezone: Africa/Lusaka
labels:
- "dependencies"
- "javascript"
open-pull-requests-limit: 99

0 comments on commit 37e624c

Please sign in to comment.