Merge pull request #11418 from backstage/revert-11237-renovate/event-source-polyfill-1.0.x

Revert "fix(deps): update dependency event-source-polyfill to v1.0.26"
This commit is contained in:
Ben Lambert
2022-05-10 15:39:42 +02:00
committed by GitHub
5 changed files with 13 additions and 7 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
extends: ['config:base', ':disableDependencyDashboard', ':gitSignOff'],
rangeStrategy: 'update-lockfile',
// @elastic/elasticsearch is ignored due to licensing issues. See #10992
ignoreDeps: ['@elastic/elasticsearch'],
ignoreDeps: ['@elastic/elasticsearch', 'event-source-polyfill'],
packageRules: [
{
matchSourceUrlPrefixes: ['https://github.com/spotify/web-scripts'],