mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
chore(ci): disable renovate (#63313)
We haven't been using it _at all_ in this repo, and its just causing unnecessary CI builds ## Test plan N/A ## Changelog
This commit is contained in:
parent
0e3a85f80e
commit
4638ab87d4
@ -1,6 +1,6 @@
|
||||
# Renovate dependency updades
|
||||
|
||||
We use Renovate to automatically create pull requests to update dependendies.
|
||||
We use Renovate to automatically create pull requests to update dependendies in some repositories.
|
||||
Renovate is [configured](https://github.com/sourcegraph/renovate-config/blob/master/renovate.json#L5) to create these in the first week of each month.
|
||||
|
||||
It will ask teams to review these dependency updates, depending on code ownership.
|
||||
|
||||
@ -1,15 +1,4 @@
|
||||
{
|
||||
"$schema": "http://json.schemastore.org/renovate",
|
||||
"extends": ["github>sourcegraph/renovate-config"],
|
||||
"semanticCommits": "disabled",
|
||||
"rebaseWhen": "never",
|
||||
"prBodyNotes": ["Test plan: CI should pass with updated dependencies."],
|
||||
"dependencyDashboardApproval": true,
|
||||
"packageRules": [
|
||||
{
|
||||
"matchDepTypes": ["engines"],
|
||||
"matchPackageNames": ["node"],
|
||||
"rangeStrategy": "bump"
|
||||
}
|
||||
]
|
||||
"enabled": false
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user