Skip to content

Commit bbe7122

Browse files
authored
Merge pull request #328 from DEFRA/dependabot-improvements
Add new dependabot groups
2 parents 8709ba0 + afc63af commit bbe7122

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

.github/dependabot.yml

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ updates:
2020
- 'cssnano-*'
2121
- 'postcss'
2222
- 'postcss-*'
23+
- 'react'
24+
- 'react-*'
25+
- '*-react'
2326
- 'sass-embedded'
24-
- 'tsc-alias'
2527
- 'typescript'
2628
- 'webpack'
2729
- 'webpack-*'
@@ -52,16 +54,55 @@ updates:
5254

5355
tools:
5456
patterns:
57+
- '@testing-library/*'
5558
- 'concurrently'
5659
- 'global-jsdom'
5760
- 'jest'
61+
- 'jest-*'
5862
- 'jsdom'
63+
- 'nock'
5964
- 'tsx'
6065

6166
types:
6267
patterns:
6368
- '@types/*'
6469

70+
forms:
71+
patterns:
72+
- '@defra/forms-model'
73+
74+
hapi:
75+
patterns:
76+
- '@hapi/*'
77+
- 'blankie'
78+
- 'blipp'
79+
- 'hapi-*'
80+
- 'joi'
81+
82+
frontend:
83+
patterns:
84+
- '@defra/interactive-map'
85+
- 'accessible-autocomplete'
86+
- 'govuk-frontend'
87+
- 'highlight.js'
88+
- 'humanize-duration'
89+
- 'liquidjs'
90+
- 'nunjucks'
91+
92+
runtime:
93+
patterns:
94+
- '@defra/hapi-tracing'
95+
- 'dotenv'
96+
- 'ioredis'
97+
- 'marked'
98+
- 'yaml'
99+
100+
dependencies:
101+
patterns:
102+
- '*'
103+
update-types:
104+
- patch
105+
65106
# Schedule run every Monday, local time
66107
schedule:
67108
interval: weekly
@@ -78,6 +119,11 @@ updates:
78119
- package-ecosystem: github-actions
79120
directory: /
80121

122+
groups:
123+
actions:
124+
patterns:
125+
- '*'
126+
81127
# Schedule run every Monday, local time
82128
schedule:
83129
interval: weekly

0 commit comments

Comments
 (0)