Skip to content

Commit

Permalink
Improve renovate config file
Browse files Browse the repository at this point in the history
  • Loading branch information
medihack authored Nov 22, 2024
1 parent 9250713 commit 090d298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"extends": ["config:recommended", "group:allNonMajor"],
"lockFileMaintenance": { "enabled": true },
"packageRules": [
{
"managers": ["docker-compose"],
"matchPackageNames": ["postgres"],
"allowedVersions": "<=16"
"allowedVersions": "<=17"
},
{
"managers": ["dockerfile"],
Expand Down

0 comments on commit 090d298

Please sign in to comment.