Skip to content

Commit

Permalink
chore(renovate): Enable new package rules (seek-oss#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeltaranto authored Feb 20, 2019
1 parent c77759b commit 2a196ca
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@
{
"groupName": "Style guide maintenance",
"packagePatterns": ["^(braid-design-system|(seek(-asia)?-style-guide))$"],
"enabled": true,
"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"]
"enabled": true,
"schedule": ["before 11am on Thursday"]
},
{
"groupName": "Babel maintenance",
"packagePatterns": ["^@?babel[/-]"],
"schedule": ["before 8am on Thursday"]
"enabled": true,
"schedule": ["before 11am on Thursday"]
},
{
"groupName": "Tooling maintenance",
"packagePatterns": ["jest|puppeteer|tslint|eslint"],
"schedule": ["before 8am on Thursday"]
"enabled": true,
"schedule": ["before 11am on Thursday"]
}
]
}

0 comments on commit 2a196ca

Please sign in to comment.