Skip to content
Snippets Groups Projects
Commit cef2da71 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

renovate: limit pdfjs-dist to <3

They bumped the browser requirements quite a bit:
https://github.com/mozilla/pdf.js/commit/b7f987a18549e67333c6a65

Let's wait a bit to not drop safari <14 support
parent 625896d4
No related branches found
No related tags found
No related merge requests found
Pipeline #200675 passed
......@@ -5,5 +5,11 @@
"composer": {
"enabled": false
},
"cloneSubmodules": true
"cloneSubmodules": true,
"packageRules": [
{
"matchPackageNames": ["pdfjs-dist"],
"allowedVersions": "<3"
}
]
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment