Skip to content

Commit 8ec146a

Browse files
authored
Add more code quality tools
1 parent 6cfe2d4 commit 8ec146a

1 file changed

Lines changed: 14 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,13 +29,24 @@ updates:
2929
- dependency-name: "aws-cdk"
3030
- dependency-name: "aws-cdk-lib"
3131
- dependency-name: "constructs"
32-
groups:
32+
groups:
33+
# updates to code quality tools tend to need reformating the code
34+
# This group bundles them together
35+
code-quality:
36+
patterns:
37+
- '@guardian/eslint-config'
38+
- '@guardian/prettier'
39+
- 'eslint'
40+
- 'eslint-plugin-*'
41+
- 'prettier'
3342
npm-dependencies:
34-
# minor version updates of prettier tend to introduce linting issues that need to be manually fixed, so there's no point
35-
# in grouping them
3643
patterns:
3744
- "*"
3845
exclude-patterns:
46+
- '@guardian/eslint-config'
47+
- '@guardian/prettier'
48+
- 'eslint'
49+
- 'eslint-plugin-*'
3950
- "prettier"
4051
update-types:
4152
- "minor"

0 commit comments

Comments
 (0)