DEV: Tweak uppy dependency config (#29436)

- Remove pnpm peerdep exception. We're now up-to-date, and the issue is resolved

- Configure Dependabot to group future updates
This commit is contained in:
David Taylor 2024-10-28 14:18:33 +00:00 committed by GitHub
parent ca693b53eb
commit 92a4b17ad8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 3 deletions

View File

@ -78,3 +78,6 @@ updates:
types: types:
patterns: patterns:
- "@types/*" - "@types/*"
uppy:
patterns:
- "@uppy*"

View File

@ -80,9 +80,6 @@
"lint-to-the-future-ember-template>ember-template-lint": "*", "lint-to-the-future-ember-template>ember-template-lint": "*",
"ember-this-fallback>ember-source": "*" "ember-this-fallback>ember-source": "*"
}, },
"allowAny": [
"@uppy/*"
],
"ignoreMissing": [ "ignoreMissing": [
"webpack" "webpack"
] ]