Skip to content

Commit 7693094

Browse files
committed
Update config
Signed-off-by: Dan Barr <[email protected]>
1 parent 7c65947 commit 7693094

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

renovate.json

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "helpers:pinGitHubActionDigests"],
4-
"labels": ["dependencies"]
3+
"extends": [
4+
"config:recommended",
5+
"group:linters",
6+
"helpers:pinGitHubActionDigests",
7+
":gitSignOff",
8+
":semanticCommitsDisabled"
9+
],
10+
"labels": ["dependencies"],
11+
"packageRules": [
12+
{
13+
"matchPackageNames": ["husky", "lint-staged", "markdownlint*", "globals"],
14+
"extends": ["group:linters", "schedule:weekly"]
15+
}
16+
]
517
}

0 commit comments

Comments
 (0)