generated from bcgov/quickstart-openshift
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
dde63ad
commit 6d45962
Showing
1 changed file
with
4 additions
and
51 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,54 +1,7 @@ | ||
{ | ||
"$schema": "https://docs.renovatebot.com/renovate-schema.json", | ||
"description": "Presets from https://github.com/bcgov/renovate-config", | ||
"extends": [ | ||
"config:base" | ||
], | ||
"autodiscover": true, | ||
"autodiscoverFilter": "bcgov/nr-hydrometric-rating-curve", | ||
"gitAuthor": "Renovate Bot <[email protected]>", | ||
"configMigration": true, | ||
"configWarningReuseIssue": true, | ||
"onboarding": false, | ||
"packageRules": [ | ||
{ | ||
"dependencyDashboardApproval": true, | ||
"matchManagers": [ | ||
"npm" | ||
], | ||
"matchUpdateTypes": [ | ||
"minor", | ||
"patch", | ||
"lockFileMaintenance" | ||
], | ||
"addLabels": [ | ||
"dependencies", | ||
"javascript" | ||
], | ||
"prConcurrentLimit": 5, | ||
"groupName": "npm all non-major dependencies", | ||
"groupSlug": "npm all-minor-patch" | ||
}, | ||
{ | ||
"matchManagers": [ | ||
"github-actions" | ||
], | ||
"matchUpdateTypes": [ | ||
"minor", | ||
"patch" | ||
], | ||
"addLabels": [ | ||
"dependencies" | ||
], | ||
"groupName": "github actions all non-major dependencies", | ||
"groupSlug": "github actions all-minor-patch" | ||
}, | ||
{ | ||
"matchManagers": [ | ||
"dockerfile", | ||
"docker-compose" | ||
], | ||
"enabled": false | ||
} | ||
], | ||
"platform": "github", | ||
"username": "renovate-release" | ||
"github>bcgov/renovate-config" | ||
] | ||
} |