Skip to content

Commit

Permalink
ci(renovate): enble automerge for bedrock-tags
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Dec 16, 2023
1 parent 79aed75 commit 7647ed6
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,13 @@
matchUpdateTypes: ["patch"],
semanticCommitType: "fix",
},
{
matchPackageNames: ["tyriis/bedrock-tags"],
matchDatasources: ["github-releases"],
automerge: true,
matchUpdateTypes: ["major", "minor", "patch"],
automergeType: "pr",
},
],
ignorePaths: [
"^archive/**",
Expand Down

0 comments on commit 7647ed6

Please sign in to comment.