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

Commit 4957380

Browse files
authored
Merge pull request #120 from AtomLinter/renovate/configure
Configure Renovate
2 parents b6b4532 + a1565ef commit 4957380

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

package.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "linter-elixirc",
33
"version": "1.7.0",
4-
"linter-package": true,
4+
"private": true,
55
"main": "./lib/init",
66
"description": "Bare Minimum Elixir lint package",
77
"repository": "https://github.com/AtomLinter/linter-elixirc",
@@ -60,6 +60,21 @@
6060
"fs-extra": "^5.0.0",
6161
"jasmine-fix": "^1.3.0"
6262
},
63+
"renovate": {
64+
"extends": [
65+
"config:base"
66+
],
67+
"semanticCommits": true,
68+
"rangeStrategy": "pin",
69+
"packageRules": [
70+
{
71+
"packagePatterns": [
72+
"^eslint"
73+
],
74+
"groupName": "ESLint packages"
75+
}
76+
]
77+
},
6378
"eslintConfig": {
6479
"extends": "airbnb-base",
6580
"rules": {

0 commit comments

Comments
 (0)