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

Commit 28591be

Browse files
authored
Merge pull request #52 from AtomLinter/renovate/configure
Configure Renovate
2 parents d7d867c + 5884ad6 commit 28591be

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-lua",
33
"main": "./lib/main",
44
"version": "1.0.4",
5+
"private": true,
56
"description": "Lint Lua on the fly, using luac -p or luajit -bl",
67
"repository": {
78
"type": "git",
@@ -21,5 +22,20 @@
2122
"1.0.0": "provideLinter"
2223
}
2324
}
25+
},
26+
"renovate": {
27+
"extends": [
28+
"config:base"
29+
],
30+
"semanticCommits": true,
31+
"rangeStrategy": "pin",
32+
"packageRules": [
33+
{
34+
"packagePatterns": [
35+
"^eslint"
36+
],
37+
"groupName": "ESLint packages"
38+
}
39+
]
2440
}
2541
}

0 commit comments

Comments
 (0)