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:
Noah S-C 2024-06-19 12:17:15 +01:00 committed by GitHub
parent 0e3a85f80e
commit 4638ab87d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 13 deletions

View File

@ -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.

View File

@ -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
}