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": {
|
"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}}})"
|
"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": [
|
"prBodyColumns": ["Package", "Update", "Type", "Change", "Sourcegraph"],
|
||||||
"Package",
|
|
||||||
"Update",
|
|
||||||
"Type",
|
|
||||||
"Change",
|
|
||||||
"Sourcegraph"
|
|
||||||
],
|
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"packageNames": ["npm", "yarn"],
|
"packageNames": ["npm", "yarn"],
|
||||||
|
|
Loading…
Reference in a new issue