Skip to content

Commit

Permalink
feat(ci): Add automerge in patch versions for renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
pando85 committed May 24, 2024
1 parent 75361a5 commit d37a22f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,14 @@
matchPackagePatterns: ".*",
commitMessagePrefix: "build(deps): ",
},
{
matchManagers: ["github-actions"],
matchUpdateTypes: ["patch"],
matchCurrentVersion: "!/^0/",
automerge: true,
automergeType: "pr",
ignoreTests: true,
platformAutomerge: true,
},
],
}

0 comments on commit d37a22f

Please sign in to comment.