Skip to content

Commit

Permalink
Merge pull request #101 from raydak-labs/group-dependency-mrs
Browse files Browse the repository at this point in the history
chore: overwrite group MR branch names
  • Loading branch information
linkvt authored Sep 1, 2024
2 parents 48f7ab9 + 00d7844 commit b5c9fe9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
extends: [
"config:base",
"config:recommended",
"schedule:monthly",
":pinVersions",
":prConcurrentLimitNone",
Expand All @@ -14,11 +14,13 @@
},
{
groupName: "devDependencies (non-major)",
groupSlug: "dev-dependencies-non-major",
matchDepTypes: ["devDependencies"],
matchUpdateTypes: ["patch", "minor"],
},
{
groupName: "dependencies (non-major)",
groupSlug: "dependencies-non-major",
matchDepTypes: ["dependencies"],
matchUpdateTypes: ["patch", "minor"],
},
Expand Down

0 comments on commit b5c9fe9

Please sign in to comment.