Skip to content

Commit

Permalink
Don't separate template-specific and project-specific updates
Browse files Browse the repository at this point in the history
since it could lead to breakage, e.g. when updating black.
  • Loading branch information
lkubb committed Oct 7, 2024
1 parent 84909cf commit 0f5ac4b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,5 @@
automerge: true,
branchNameStrict: true,
},
{
matchFileNames: ["data/versions.yaml"],
// Ensure major updates are in separate PRs for salt-extension-copier and the project
// Also ensure the groups are separate since their slugs are equal
additionalBranchPrefix: "project/",

// Separate the PRs visually (this ends up in the PR title as well).
commitMessagePrefix: "project: ",
},
],
}

0 comments on commit 0f5ac4b

Please sign in to comment.