Skip to content

Commit

Permalink
[IDP-2042] Use shared renovate.json (#60)
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 5eecad8 commit 96d5112
Showing 1 changed file with 1 addition and 33 deletions.
34 changes: 1 addition & 33 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,38 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"labels": ["renovate"],
"extends": [
"config:base",
":rebaseStalePrs",
"docker:disableMajor"
],
"enabledManagers": [
"nuget",
"dockerfile",
"github-actions"
],
"stabilityDays": 3,
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"dependencyDashboard": false,
"gitAuthor": "Renovate Bot <[email protected]>",
"nuget": {
"extends": [":disableMajorUpdates"]
},
"packageRules": [
{
"matchManagers": ["nuget"],
"groupName": "NuGet dependencies"
},
{
"matchManagers": ["dockerfile"],
"groupName": "Docker"
},
{
"matchManagers": ["github-actions"],
"groupName": "GitHub actions dependencies"
}
"github>gsoft-inc/renovate-config"
]
}

0 comments on commit 96d5112

Please sign in to comment.