Skip to content

Commit

Permalink
Add package rule for starters
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthachatterjee committed Apr 17, 2020
1 parent 22e1073 commit afc89e7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion renovate.json5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
extends: ["config:base", ":disablePeerDependencies"],
includePaths: [
"package.json",
"starters/**",
"packages/**",
"www/package.json",
],
Expand Down Expand Up @@ -85,6 +84,11 @@
depTypeList: ["engines"],
enabled: false,
},
{
groupName: "updates in starters",
paths: ["starters/**"],
updateTypes: ["patch"],
},
],
timezone: "GMT",
schedule: "after 10am on Monday",
Expand Down

0 comments on commit afc89e7

Please sign in to comment.