We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cfe2d4 commit 8ec146aCopy full SHA for 8ec146a
1 file changed
.github/dependabot.yml
@@ -29,13 +29,24 @@ updates:
29
- dependency-name: "aws-cdk"
30
- dependency-name: "aws-cdk-lib"
31
- dependency-name: "constructs"
32
- groups:
+ 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'
42
npm-dependencies:
- # minor version updates of prettier tend to introduce linting issues that need to be manually fixed, so there's no point
- # in grouping them
43
patterns:
44
- "*"
45
exclude-patterns:
46
47
48
49
50
- "prettier"
51
update-types:
52
- "minor"
0 commit comments