Skip to content

Commit

Permalink
feat(ci): setup renovate (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts authored Mar 12, 2024
1 parent dde63ad commit 6d45962
Showing 1 changed file with 4 additions and 51 deletions.
55 changes: 4 additions & 51 deletions renovate.json
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"
]
}

0 comments on commit 6d45962

Please sign in to comment.