Skip to content

Commit

Permalink
Merge pull request #149 from it-at-m/maint/148-maintenance-update-ren…
Browse files Browse the repository at this point in the history
…ovate-configuration

🔧 Updated renovate configuration
  • Loading branch information
devtobi authored Sep 12, 2024
2 parents 5cc6216 + 33bf3be commit c676084
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,26 @@

// Security presets (https://docs.renovatebot.com/presets-security/)
"security:openssf-scorecard", // showw OpenSSF badge on pull requests to evaluate security health metrics for dependencies
],
"additionalBranchPrefix": "{{parentDir}}-",
"packageRules": [
{
"description": "Limit dependencies directly related to Node to versions on company machines (needs to be updated manually when new versions are rolled out)",
"matchDatasources": ["npm"],
"matchPackageNames": ["@types/node"],
"allowedVersions": "<=20.14.0"
},
{
"description": "Limit Keycloak version in docker stack to versions in company infrastructure, might slighty differ due to some RedHat KeyCloak versions not available as Docker image (needs to be updated manually when new versions are rolled out)",
"matchDatasources": ["docker"],
"matchPackageNames": ["quay.io/keycloak/keycloak"],
"allowedVersions": "<=20.0.5"
},
{
"description": "Limit Postgres version in docker stack to versions in company infrastructure (needs to be updated manually when new versions are rolled out)",
"matchDatasources": ["docker"],
"matchPackageNames": ["postgres"],
"allowedVersions": "<=16.4"
}
]
}

0 comments on commit c676084

Please sign in to comment.