Skip to content

Commit

Permalink
chore: create seperate renovate PRs (#2813)
Browse files Browse the repository at this point in the history
This should split out Java and Javascript updates to make the resulting
PRs easier to manage.

The current PRs can end up with multiple cross ecosystem issues that
require more colaberation to fully resolve.
  • Loading branch information
stuartwdouglas authored Sep 25, 2024
1 parent a30513f commit bda7e15
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,12 @@
"group:allNonMajor",
"schedule:earlyMondays",
],
"js": {
"managerBranchPrefix": "js-"
},
"java": {
"managerBranchPrefix": "java-"
},
lockFileMaintenance: {
enabled: true, // Automatically update lock files like pnpm-lock.yaml
},
Expand Down

0 comments on commit bda7e15

Please sign in to comment.