Skip to content

Commit a74bd82

Browse files
authored
Merge pull request #19 from StacklokLabs/jaosorior/group-eslint-upgrade
chore(deps): group eslint and typescript-eslint upgrades
2 parents 2184822 + 50e7935 commit a74bd82

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

renovate.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,12 @@
77
"lockFileMaintenance": {
88
"enabled": true,
99
"schedule": ["before 5am on monday"]
10-
}
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "eslint monorepo",
14+
"matchPackageNames": ["eslint", "typescript-eslint"],
15+
"matchFileNames": ["ui/compliance-dashboard/**"]
16+
}
17+
]
1118
}

0 commit comments

Comments
 (0)