Skip to content

Commit

Permalink
Renovate: let Trino pass (#9199)
Browse files Browse the repository at this point in the history
  • Loading branch information
snazy authored Jul 26, 2024
1 parent c8e4a47 commit a1e64a5
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,18 @@
platformAutomerge: true
},

// Trino specials
{
matchManagers: ["maven", "gradle", "dockerfile", "devcontainer", "docker-compose"],
matchUpdateTypes: ["major", "minor", "patch"],
matchPackageNames: [
"io.trino:trino-client",
"docker.io/trinodb/trino"
],
automerge: true,
platformAutomerge: true
},

// Check for updates, merge automatically
{
matchManagers: ["maven", "gradle", "gradle-wrapper", "pip_requirements", "pip_setup", "dockerfile", "devcontainer", "docker-compose"],
Expand Down

0 comments on commit a1e64a5

Please sign in to comment.