Skip to content

Commit 380a5a8

Browse files
author
Github Action
committed
feat(TU-10936): add dependabot group config
1 parent ce513f1 commit 380a5a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,15 @@ updates:
1212
commit-message:
1313
prefix: 'chore'
1414
include: 'scope'
15+
labels:
16+
- 'dependabot'
17+
groups:
18+
typeform:
19+
patterns:
20+
- '@typeform*'
21+
22+
registries:
23+
gh-packages:
24+
type: npm-registry
25+
url: https://npm.pkg.github.com
26+
token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)