Skip to content

Commit

Permalink
chore(config): migrate config renovate.json5
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Adler <[email protected]>
  • Loading branch information
michaeladler committed Aug 6, 2024
1 parent 47d4728 commit 4092c27
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
{
groupName: "all non-major dependencies",
groupSlug: "all-minor-patch",
matchPackagePatterns: ["*"],
matchPackageNames: ["*"],
matchUpdateTypes: ["minor", "patch", "digest"],
},
{
Expand All @@ -47,9 +47,9 @@
{
groupName: "all pages dependencies",
groupSlug: "all-pages",
matchPackagePatterns: [
"github.com/google/docsy", // docsy and hugo must be compatible with each other
"gohugoio/hugo",
matchPackageNames: [
"/github.com/google/docsy/", // docsy and hugo must be compatible with each other
"/gohugoio/hugo/",
],
},
],
Expand Down

0 comments on commit 4092c27

Please sign in to comment.