Skip to content
Snippets Groups Projects
Unverified Commit c724c46e authored by Rhys Arkins's avatar Rhys Arkins Committed by GitHub
Browse files

chore: simplify renovate config

parent 9b17ee46
No related branches found
No related tags found
No related merge requests found
...@@ -6,20 +6,12 @@ ...@@ -6,20 +6,12 @@
"dockerfile": { "dockerfile": {
"semanticCommitType": "build" "semanticCommitType": "build"
}, },
"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"],
"stabilityDays": 3, "stabilityDays": 3,
"packageRules": [ "packageRules": [
{ {
"datasources": ["docker"], "datasources": ["docker"],
"automerge": false "automerge": false
}, },
{
"packageNames": ["npm", "yarn"],
"automerge": false
},
{ {
"depTypeList": ["dependencies"], "depTypeList": ["dependencies"],
"semanticCommitType": "build" "semanticCommitType": "build"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment