Skip to content

Commit f1f2187

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

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,23 @@ updates:
44
- package-ecosystem: npm
55
directory: '/'
66
schedule:
7-
interval: daily
7+
interval: weekly
88
open-pull-requests-limit: 99
99
versioning-strategy: increase
1010
allow:
1111
- dependency-name: '@typeform*'
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)