Skip to content

Commit 27c71e9

Browse files
build: add renovate config
The advantage of this will be to get notifications whenever eslint configs get updates, therefore being able to track new rules easier.
1 parent 12314ca commit 27c71e9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

renovate.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:recommended",
5+
":pinAllExceptPeerDependencies",
6+
"helpers:pinGitHubActionDigests",
7+
"npm:unpublishSafe"
8+
],
9+
"packageRules": [
10+
{
11+
"matchDepTypes": ["devDependencies"],
12+
"automerge": true
13+
}
14+
]
15+
16+
}

0 commit comments

Comments
 (0)