Skip to content

Commit

Permalink
fix: exclude bitnami charts
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice authored Oct 17, 2023
1 parent f201a04 commit a62393a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fixes.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"matchDatasources": ["docker"],
"matchPackageNames": ["postgres", "mariadb"],
"matchPackagePatterns": ["(^|\\/)postgresql$", "(^|\\/)mariadb$"],
"excludePackagePrefixes": ["registry-1.docker.io/bitnamicharts/"],
"separateMultipleMajor": true
},
{
Expand All @@ -55,6 +56,7 @@
"matchPackageNames": ["postgres", "mariadb"],
"matchPackagePatterns": ["(^|\\/)postgresql$", "(^|\\/)mariadb$"],
"matchUpdateTypes": ["major"],
"excludePackagePrefixes": ["registry-1.docker.io/bitnamicharts/"],
"groupName": null
},
{
Expand Down

0 comments on commit a62393a

Please sign in to comment.