Skip to content

Commit

Permalink
chore(renovate): update renovate config (janus-idp#1512)
Browse files Browse the repository at this point in the history
* chore(renovate): update renovate config

Signed-off-by: Kim Tsao <[email protected]>

* chore(renovate): add dev dependencies rule

Signed-off-by: Kim Tsao <[email protected]>

* chore(renovate): address review comments

Signed-off-by: Kim Tsao <[email protected]>

* Update .github/renovate.json

* add renovate.json to .prettierignore since the formatting that renovate wants != the prettier rules

Signed-off-by: Nick Boldt <[email protected]>

---------

Signed-off-by: Kim Tsao <[email protected]>
Signed-off-by: Nick Boldt <[email protected]>
Co-authored-by: Nick Boldt <[email protected]>
  • Loading branch information
kim-tsao and nickboldt authored Apr 22, 2024
1 parent 397fb8e commit 2a567f0
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 30 deletions.
28 changes: 0 additions & 28 deletions .github/dependabot.yml

This file was deleted.

31 changes: 29 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
":pinOnlyDevDependencies"
],
"labels": ["kind/dependency upgrade"],
"baseBranches": [
"main",
"/^1\\..*\\.x/"
],
"npm": {
"minimumReleaseAge": "1 day"
},
Expand All @@ -18,6 +22,12 @@
"matchManagers": ["github-actions"],
"groupName": "GitHub Actions"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["patch", "minor"],
"groupName": ["DevDependencies (non-major)"],
"automerge": true
},
{
"matchPackagePatterns": ["^@backstage/"],
"groupName": "Core Backstage packages"
Expand All @@ -29,8 +39,25 @@
"^multi-semantic-release$"
],
"groupName": "semantic-release monorepo"
}
},
{
"description": "disable updates to the keycloak admin client - see https://github.com/janus-idp/backstage-plugins/issues/47 https://github.com/janus-idp/backstage-plugins/issues/1046",
"matchPackageName": ["@keycloak/keycloak-admin-client"],
"groupName": "Keycloak dependency",
"enabled": "false"
},
{
"description": "ignore updates to the axios to version that keycloak 18 needs",
"matchCurrentVersion": "0.26.1",
"matchPackageName": ["axios"],
"enabled": "false",
"groupName": "Keycloak dependency"
}
],
"ignorePaths": ["**/dist-dynamic/**"],
"ignoreDeps": ["@roadiehq/backstage-plugin-argo-cd"]
"vulnerabilityAlerts": {
"enabled": true,
"addLabels": ["kind/security"]
},
"osvVulnerabilityAlerts": true
}
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ CHANGELOG.md
generated
templates
*.hbs
renovate.json

0 comments on commit 2a567f0

Please sign in to comment.