Skip to content

Commit

Permalink
ci: tell renovate to ignore postgres (#89)
Browse files Browse the repository at this point in the history
in docker-compose.yml files.
  • Loading branch information
alubbock authored Sep 4, 2024
1 parent 16137e8 commit b2cb69c
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 @@ -2,5 +2,12 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchPackagePatterns": ["postgres"],
"matchManagers": ["docker-compose"],
"enabled": false
}
]
}

0 comments on commit b2cb69c

Please sign in to comment.