Skip to content

Commit

Permalink
🔧 ignore karma-webpack for now (#2604)
Browse files Browse the repository at this point in the history
karma-webpack introduced a breaking change in v5.0.1 that breaks our
test suite: codymikol/karma-webpack#587
  • Loading branch information
BenoitZugmeyer committed Feb 12, 2024
1 parent baa95d3 commit 173f2f9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# Note: While we mainly use Renovate, Dependabot is used for security updates

version: 2
updates:
- package-ecosystem: github-actions
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
{
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch",
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": ["minor", "patch"],
"excludePackageNames": ["karma-webpack"]
}
]
}

0 comments on commit 173f2f9

Please sign in to comment.