Skip to content

Commit

Permalink
fix(ci): Automerge all patches
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Gil <[email protected]>
  • Loading branch information
pando85 committed May 28, 2024
1 parent c3f8975 commit ef8df07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
commitMessagePrefix: "build(deps): ",
},
{
matchManagers: ["github-actions"],
matchPackagePatterns: ".*",
matchUpdateTypes: ["patch"],
matchCurrentVersion: "!/^0/",
automerge: true,
automergeType: "pr",
ignoreTests: true,
ignoreTests: false,
platformAutomerge: true,
},
],
Expand Down

0 comments on commit ef8df07

Please sign in to comment.