Skip to content

Commit

Permalink
Merge pull request #984 from dsk52/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
dsk52 authored Nov 2, 2024
2 parents cdf40fa + 527fed1 commit 6729095
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@
"packageRules": [
{
"groupName": "jest monorepo",
"matchSourceUrlPrefixes": [
"https://github.com/kulshekhar/ts-jest"
],
"matchPackageNames": [
"@types/jest"
],
Expand All @@ -29,6 +26,9 @@
"patch",
"minor",
"major"
],
"matchSourceUrls": [
"https://github.com/kulshekhar/ts-jest{/,}**"
]
}
]
Expand Down

0 comments on commit 6729095

Please sign in to comment.