Enable Dependabot for PNPM (#20975)

This commit is contained in:
Jon Koops 2023-06-14 07:24:27 +02:00 committed by GitHub
parent e410a76c42
commit 72af6a0454
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 16 additions and 3 deletions

View file

@ -23,4 +23,17 @@ updates:
- team/ui
ignore:
- dependency-name: bootstrap
update-types: ["version-update:semver-major"]
update-types: ["version-update:semver-major"]
- package-ecosystem: npm
directory: js
open-pull-requests-limit: 999
rebase-strategy: disabled
versioning-strategy: increase
schedule:
interval: weekly
labels:
- area/dependencies
- team/ui
ignore:
- dependency-name: react-error-boundary
update-types: ["version-update:semver-major"]

View file

@ -24,7 +24,7 @@
"typescript": "^5.0.4",
"wireit": "^0.9.5"
},
"packageManager": "pnpm@8.6.1",
"packageManager": "pnpm@8.6.2",
"lint-staged": {
"*.{js,jsx,mjs,ts,tsx}": "eslint --cache --fix"
}

View file

@ -239,7 +239,7 @@
<!-- Frontend -->
<node.version>v18.16.0</node.version>
<pnpm.version>8.6.1</pnpm.version>
<pnpm.version>8.6.2</pnpm.version>
</properties>
<url>http://keycloak.org</url>