Skip to content

Commit

Permalink
Disable renovate updates for ES, PG and Redis docker images (#5241)
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal authored Dec 3, 2024
1 parent 4c9ca83 commit 3b51b0a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,10 @@
groupName: "@testing-library",
matchPackageNames: ["@testing-library{/,}**"],
},
{
matchPackageNames: ["/elasticsearch/", "/postgres/", "/redis/"],
matchManagers: ["docker-compose", "dockerfile"],
enabled: false,
},
],
}

0 comments on commit 3b51b0a

Please sign in to comment.