Skip to content

Commit d4dde13

Browse files
authored
Update dependabot.yml
1 parent fe8b399 commit d4dde13

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/dependabot.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,18 @@ updates:
99
directory: '/' # Location of package manifests
1010
schedule:
1111
interval: 'daily'
12+
groups:
13+
actions-deps:
14+
patterns:
15+
- '*'
1216
- package-ecosystem: 'github-actions' # See documentation for possible values
1317
directory: '/' # Location of package manifests
1418
schedule:
1519
interval: 'daily'
20+
groups:
21+
actions-deps:
22+
patterns:
23+
- '*'
1624
- package-ecosystem: 'npm' # See documentation for possible values
1725
directory: '/' # Location of package manifests
1826
schedule:
@@ -21,3 +29,14 @@ updates:
2129
actions-deps:
2230
patterns:
2331
- '*'
32+
exclude-patterns:
33+
- '@changesets/*'
34+
- 'typescript'
35+
- '^@theguild/'
36+
- 'next'
37+
- 'tailwindcss'
38+
- 'husky'
39+
- '@pulumi/*'
40+
update-types:
41+
- 'minor'
42+
- 'patch'

0 commit comments

Comments
 (0)