Skip to content

Commit

Permalink
chore: fix the allowed versions of postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
Racer159 committed Apr 30, 2024
1 parent 3f13b8d commit 41b220d
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchDatasources": ["docker", "helm", "git-tags"]
},
{
"groupName": "Postgres Package Dependencies",
"labels": ["package-deps"],
"commitMessageTopic": "package-deps",
"matchPackageNames": ["registry.opensource.zalan.do/acid/logical-backup", "registry.opensource.zalan.do/acid/postgres-operator"],
"allowedVersions": "/v.+/"
}
]
}
Expand Down

0 comments on commit 41b220d

Please sign in to comment.