Skip to content

Commit 5f3d729

Browse files
Bump eslint packages together
The recently bumped base config requries eslint v10.
1 parent 26830c8 commit 5f3d729

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

renovate.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,11 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
44
"schedule": ["* 0-11 * * 1"],
5-
"timezone": "Europe/Zurich"
5+
"timezone": "Europe/Zurich",
6+
"packageRules": [
7+
{
8+
"groupName": "eslint",
9+
"matchPackagePatterns": ["eslint"]
10+
}
11+
]
612
}

0 commit comments

Comments
 (0)