Skip to content

Commit

Permalink
chore: add dependencies label in labeler (#1336)
Browse files Browse the repository at this point in the history
* chore: move renovate labels to labeler

* chore: add back Renovate's own labeling
  • Loading branch information
eglitise authored Feb 9, 2024
1 parent 5ce38e6 commit e300431
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,11 @@ labels:
sync: true
matcher:
title: '^chore.*?:'
files:
all: ['!package-lock.json']

- label: 'dependencies'
sync: true
matcher:
files: ['package-lock.json']

- label: 'i18n'
sync: true
Expand Down

0 comments on commit e300431

Please sign in to comment.