mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 14:36:25 +00:00
test: fix lint
This commit is contained in:
parent
d882cb05a2
commit
80239517a1
1 changed files with 1 additions and 7 deletions
|
@ -17,13 +17,7 @@
|
|||
"prBodyDefinitions": {
|
||||
"Sourcegraph": "[![code search for \"{{{depName}}}\"](https://sourcegraph.com/search/badge?q=repo:%5Egithub%5C.com/{{{repository}}}%24+case:yes+-file:package%28-lock%29%3F%5C.json+{{{depName}}}&label=matches)](https://sourcegraph.com/search?q=repo:%5Egithub%5C.com/{{{repository}}}%24+case:yes+-file:package%28-lock%29%3F%5C.json+{{{depName}}})"
|
||||
},
|
||||
"prBodyColumns": [
|
||||
"Package",
|
||||
"Update",
|
||||
"Type",
|
||||
"Change",
|
||||
"Sourcegraph"
|
||||
],
|
||||
"prBodyColumns": ["Package", "Update", "Type", "Change", "Sourcegraph"],
|
||||
"packageRules": [
|
||||
{
|
||||
"packageNames": ["npm", "yarn"],
|
||||
|
|
Loading…
Reference in a new issue