Skip to content

Commit

Permalink
Merge pull request #8722 from bbc/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
andrewscfc committed Jan 15, 2021
2 parents 073fef5 + 2844d56 commit b4e9c04
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"extends": ["config:base"],
"packageRules": [
{
"packagePatterns": [
"*"
],
"excludePackagePatterns": ["^@bbc"],
"updateTypes": [
"minor",
"patch"
],
"groupName": "all 3rd party non-major dependencies",
"groupSlug": "all-minor-patch"
},
{
"packagePatterns": [
"^@bbc"
],
"groupName": "all BBC non-major dependencies",
"updateTypes": ["minor", "patch"],
"groupSlug": "psammead-minor-patch"
}
]
}

0 comments on commit b4e9c04

Please sign in to comment.