Skip to content

Commit

Permalink
fix: remove postgres config from renovate config
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Jan 10, 2025
1 parent a5e9f64 commit 5cc5431
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/renovate/packageRules.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"description": ["Allowed postgresql major release"],
"matchDatasources": ["docker"],
"matchPackagePatterns": ["postgresql"],
"allowedVersions": "<17"
},
{
"description": ["Custom schedule for frequently updated container digests"],
"matchDataSources": ["docker"],
"matchPackagePatterns": ["postgresql"],
"matchUpdateTypes": ["digest"],
"schedule": ["every 3 months on the first day of the month"]
},
{
"description": ["Loose versioning for non-semver containers"],
"matchDatasources": ["docker"],
Expand Down

0 comments on commit 5cc5431

Please sign in to comment.