Update labels
This commit is contained in:
parent
9c4ffb5b36
commit
ed8a63a284
|
@ -6,6 +6,9 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- ci
|
||||
- dependencies
|
||||
|
||||
# TODO: Enable when the future Dockerfiles lands in the repository
|
||||
# Maintain dependencies for Docker files
|
||||
|
@ -13,32 +16,50 @@ updates:
|
|||
# directory: "/docker"
|
||||
# schedule:
|
||||
# interval: "weekly"
|
||||
# labels:
|
||||
# - docker
|
||||
# - dependencies
|
||||
|
||||
# Maintain dependencies for Python apps
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/api"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/python_apps/airtime_analyzer"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/python_apps/airtime-celery"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/python_apps/api_clients"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
- package-ecosystem: "pip"
|
||||
directory: "/python_apps/pypo"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
labels:
|
||||
- python
|
||||
- dependencies
|
||||
|
||||
# TODO: Enable when the future UI lands in the repository
|
||||
# Maintain dependencies for NPM packages
|
||||
|
@ -46,3 +67,6 @@ updates:
|
|||
# directory: "/ui"
|
||||
# schedule:
|
||||
# interval: "daily"
|
||||
# labels:
|
||||
# - javascript
|
||||
# - dependencies
|
||||
|
|
|
@ -9,10 +9,9 @@ daysUntilClose: 30
|
|||
|
||||
# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
|
||||
exemptLabels:
|
||||
- pinned
|
||||
- security
|
||||
- "[Status] Maybe Later"
|
||||
- "3.0-release-blocker"
|
||||
- "status: pinned"
|
||||
- "status: maybe later"
|
||||
- "security"
|
||||
|
||||
# Set to true to ignore issues in a project (defaults to false)
|
||||
exemptProjects: false
|
||||
|
@ -24,7 +23,7 @@ exemptMilestones: true
|
|||
exemptAssignees: true
|
||||
|
||||
# Label to use when marking as stale
|
||||
staleLabel: stale
|
||||
staleLabel: "status: stalled"
|
||||
|
||||
# Comment to post when marking as stale. Set to `false` to disable
|
||||
markComment: >
|
||||
|
|
Loading…
Reference in New Issue