Skip to content

Commit

Permalink
Disable renovate for ES, PG and Redis docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
krysal committed Dec 2, 2024
1 parent 8ba5064 commit 3677a50
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 @@ -62,5 +62,10 @@
groupName: "@testing-library",
matchPackageNames: ["@testing-library{/,}**"],
},
{
matchPackageNames: ["/elasticsearch/", "/postgres/", "/redis/"],
matchManagers: ["docker-compose", "dockerfile"],
enabled: false,
},
],
}

0 comments on commit 3677a50

Please sign in to comment.