Skip to content
This repository was archived by the owner on Aug 7, 2023. It is now read-only.

Commit 900dc86

Browse files
authored
Merge pull request #163 from AtomLinter/renovate/configure
Configure Renovate
2 parents 80d98ad + 29f54ed commit 900dc86

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

package.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,21 @@
6464
"atom": true
6565
}
6666
},
67+
"renovate": {
68+
"extends": [
69+
"config:base"
70+
],
71+
"semanticCommits": true,
72+
"rangeStrategy": "pin",
73+
"packageRules": [
74+
{
75+
"packagePatterns": [
76+
"^eslint"
77+
],
78+
"groupName": "ESLint packages"
79+
}
80+
]
81+
},
6782
"configSchema": {
6883
"executablePath": {
6984
"title": "Executable path",

0 commit comments

Comments
 (0)