Skip to content
This repository has been archived by the owner on Aug 31, 2021. It is now read-only.

Commit

Permalink
ci(Renovate): Group dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Nokome Bentley committed Oct 23, 2020
1 parent 3ef02a4 commit 2720b66
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,24 @@
"requirements.txt",
"requirements-dev.txt"
]
}
},
"packageRules": [
{
"paths": [
"setup.py"
],
"rangeStrategy": "pin",
"semanticCommitType": "fix",
"semanticCommitScope": "Deps"
},
{
"groupName": "Dev dependencies",
"paths": [
"requirements-dev.txt"
],
"rangeStrategy": "pin",
"semanticCommitType": "chore",
"semanticCommitScope": "Dev deps"
}
]
}

0 comments on commit 2720b66

Please sign in to comment.