Skip to content

Commit

Permalink
[IDP-2042] Use shared renovate.json (#66)
Browse files Browse the repository at this point in the history
* Update renovate.json to use shared config

---------

Co-authored-by: Mathieu Gamache <[email protected]>
  • Loading branch information
PrincessMadMath and Mathieu Gamache authored Aug 27, 2024
1 parent 10acdb7 commit 6736e7e
Showing 1 changed file with 5 additions and 47 deletions.
52 changes: 5 additions & 47 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,49 +1,7 @@
{
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"labels": ["renovate"],
"extends": [
"config:base",
"group:definitelyTyped",
":rebaseStalePrs",
":pinDevDependencies",
":pinDependencies"
],
"enabledManagers": [
"github-actions",
"npm"
],
"autodiscover": true,
"autodiscoverFilter": ["gsoft-inc/azure-pipelines-lighthouse"],
"stabilityDays": 3,
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"dependencyDashboard": false,
"gitAuthor": "Renovate Bot <[email protected]>",
"lockFileMaintenance": {
"enabled": true
},
"packageRules": [
{
"matchManagers": ["github-actions"],
"groupName": "Workflow dependencies"
},
{
"matchManagers": ["npm"],
"matchPackagePatterns": ["rimraf"],
"matchUpdateTypes": ["major"],
"enabled": false
},
{
"matchManagers": ["npm"],
"groupName": "NPM dependencies"
}
],
"vulnerabilityAlerts": {
"enabled": true,
"labels": [
"security"
]
}
}
"github>gsoft-inc/renovate-config",
"group:definitelyTyped"
]
}

0 comments on commit 6736e7e

Please sign in to comment.