Skip to content

Commit

Permalink
chore(#211): update renovate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Decipher committed Sep 24, 2021
1 parent d723f58 commit da06427
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ jobs:
environment:
ESLINT_JUNIT_OUTPUT: ./reports/junit/eslint.xml

- run:
name: Renovate config validator
command: npm i --no-save renovate && ./node_modules/.bin/renovate-config-validator

- run:
name: Run tests
command: yarn test --reporters=jest-junit --runInBand
Expand Down
11 changes: 11 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
{
"extends": [
"config:base"
],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "eslint",
"matchPackagePatterns": ["eslint"]
},
{
"groupName": "jest",
"matchPackagePatterns": ["jest"]
}
]
}

0 comments on commit da06427

Please sign in to comment.