Skip to content

Commit

Permalink
Merge pull request #1088 from mitodl/renovate/migrate-config
Browse files Browse the repository at this point in the history
Migrate renovate config
  • Loading branch information
blarghmatey authored Apr 16, 2024
2 parents 26161ba + 7820c7a commit 4ae8f79
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,18 @@
"extends": [
"local>mitodl/.github:renovate-config"
],
"packageRules": [
"packageRules": [
{
"groupName": "all non-major dev-dependencies",
"groupSlug": "all-minor-dev-patch",
"matchPackagePatterns": [
"*"
],
"matchPaths": ["test*requirement*.txt", "dev*requirement*.txt", "tst*require*.txt"],
"matchFileNames": [
"test*requirement*.txt",
"dev*requirement*.txt",
"tst*require*.txt"
],
"matchUpdateTypes": [
"minor",
"patch"
Expand Down

0 comments on commit 4ae8f79

Please sign in to comment.