Skip to content

Commit

Permalink
chore: Group updates to devDependencies (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
meyfa authored Aug 12, 2024
1 parent c6cf8f0 commit 00be1f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@
{
"matchFileNames": ["Dockerfile"],
"semanticCommitType": "fix"
},
{
"matchDepTypes": ["devDependencies"],
"matchUpdateTypes": ["minor", "patch"],
"excludePackagePatterns": [
"^@types/",
"-types$"
],
"groupName": "dev dependencies (non-major)",
"groupSlug": "dev-dependencies-non-major"
}
]
}

0 comments on commit 00be1f1

Please sign in to comment.