Skip to content

Commit 78fd8bf

Browse files
committed
Specify Labels for npm Updates
This brings the labels in line with the other dependency updates that aren't of interest for the release notes. It also avoids adding labels that aren't already defined by the project.
1 parent b91f108 commit 78fd8bf

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,24 +164,39 @@ updates:
164164
directory: /
165165
schedule:
166166
interval: weekly
167+
labels:
168+
- 'type: task'
169+
- 'in: build'
167170

168171
- package-ecosystem: npm
169172
target-branch: main
170173
directory: /docs
171174
schedule:
172175
interval: weekly
176+
labels:
177+
- 'type: task'
178+
- 'in: build'
173179
- package-ecosystem: npm
174180
target-branch: 6.3.x
175181
directory: /docs
176182
schedule:
177183
interval: weekly
184+
labels:
185+
- 'type: task'
186+
- 'in: build'
178187
- package-ecosystem: npm
179188
target-branch: 6.2.x
180189
directory: /docs
181190
schedule:
182191
interval: weekly
192+
labels:
193+
- 'type: task'
194+
- 'in: build'
183195
- package-ecosystem: npm
184196
target-branch: 5.8.x
185197
directory: /docs
186198
schedule:
187199
interval: weekly
200+
labels:
201+
- 'type: task'
202+
- 'in: build'

0 commit comments

Comments
 (0)