Skip to content

Commit

Permalink
chore(renovate): update renovate config (#1153)
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Tsao <[email protected]>
  • Loading branch information
kim-tsao authored Apr 4, 2024
1 parent 3b6f477 commit 8eae9a6
Showing 1 changed file with 13 additions and 2 deletions.
15 changes: 13 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,29 @@
"matchDatasources": ["docker"],
"groupName": ["Docker base images"]
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": ["DevDependencies (non-major)"]
},
{
"matchPackagePatterns": [
"^@backstage/",
"^@janus-idp/",
"^@immobiliarelabs/",
"^@roadiehq/",
"^@pagerduty/"
"^@pagerduty/",
"^@internal/"
],
"groupName": ["Backstage packages"],
"dependencyDashboardApproval": true
}
],
"ignorePaths": ["**/dist-dynamic/**"],
"ignoreDeps": ["@roadiehq/backstage-plugin-argo-cd"]
"ignoreDeps": ["@roadiehq/backstage-plugin-argo-cd"],
"vulnerabilityAlerts": {
"enabled": true,
"addLabels": ["kind/security"]
},
"osvVulnerabilityAlerts": true
}

0 comments on commit 8eae9a6

Please sign in to comment.