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

Commit df5d996

Browse files
authored
Merge pull request #131 from AtomLinter/renovate/configure
Configure Renovate
2 parents 662f07d + b90aa91 commit df5d996

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

package.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "linter-shellcheck",
33
"main": "./lib/main.js",
44
"version": "1.6.0",
5+
"private": true,
56
"description": "Lint Bash on the fly, using shellcheck",
67
"repository": "https://github.com/AtomLinter/linter-shellcheck",
78
"license": "MIT",
@@ -70,6 +71,21 @@
7071
"atom": true
7172
}
7273
},
74+
"renovate": {
75+
"extends": [
76+
"config:base"
77+
],
78+
"semanticCommits": true,
79+
"rangeStrategy": "pin",
80+
"packageRules": [
81+
{
82+
"packagePatterns": [
83+
"^eslint"
84+
],
85+
"groupName": "ESLint packages"
86+
}
87+
]
88+
},
7389
"package-deps": [
7490
"linter:2.0.0"
7591
],

0 commit comments

Comments
 (0)