Skip to content

Commit

Permalink
Merge pull request #1056 from mitodl/renovate/configure
Browse files Browse the repository at this point in the history
Configure Renovate
  • Loading branch information
blarghmatey authored Jul 6, 2023
2 parents bfc1ede + eb54234 commit 655e055
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"local>mitodl/.github:renovate-config"
],
"packageRules": [
{
"groupName": "all non-major dev-dependencies",
"groupSlug": "all-minor-dev-patch",
"matchPackagePatterns": [
"*"
],
"matchPaths": ["test*requirement*.txt", "dev*requirement*.txt", "tst*require*.txt"],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 655e055

Please sign in to comment.