Skip to content

Commit

Permalink
[IDP-2042] Use shared renovate.json (#67)
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 9ffedf5 commit ed1d6d9
Showing 1 changed file with 1 addition and 25 deletions.
26 changes: 1 addition & 25 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,30 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"labels": ["renovate"],
"extends": [
"config:base",
":rebaseStalePrs"
],
"enabledManagers": [
"github-actions",
"helm-values",
"helmv3"
],
"stabilityDays": 3,
"prHourlyLimit": 0,
"prConcurrentLimit": 0,
"branchConcurrentLimit": 0,
"dependencyDashboard": false,
"gitAuthor": "Renovate Bot <[email protected]>",
"packageRules": [
{
"matchManagers": ["helm-values", "helmv3"],
"groupName": "Helm dependencies"
},
{
"matchManagers": ["github-actions"],
"groupName": "Pipeline dependencies"
}
"github>gsoft-inc/renovate-config"
]
}

0 comments on commit ed1d6d9

Please sign in to comment.