Skip to content

Commit

Permalink
chore(renovate): Experiment with scheduled package updates (seek-oss#319
Browse files Browse the repository at this point in the history
)
  • Loading branch information
michaeltaranto authored Feb 20, 2019
1 parent e24e9d7 commit c77759b
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,23 @@
"packageRules": [
{
"groupName": "Style guide maintenance",
"packagePatterns": ["^(braid-design-system|(seek-style-guide(-asia)?))$"],
"packagePatterns": ["^(braid-design-system|(seek(-asia)?-style-guide))$"],
"schedule": ["before 8am on the first day of the month"]
},
{
"groupName": "Webpack maintenance",
"packagePatterns": ["webpack|(-loader$)|autoprefixer|less|css|svg"],
"schedule": ["before 8am on Thursday"]
},
{
"groupName": "Babel maintenance",
"packagePatterns": ["^@?babel[/-]"],
"schedule": ["before 8am on Thursday"]
},
{
"groupName": "Tooling maintenance",
"packagePatterns": ["jest|puppeteer|tslint|eslint"],
"schedule": ["before 8am on Thursday"]
}
]
}

0 comments on commit c77759b

Please sign in to comment.