Enable Dependabot for PNPM (#20975)
This commit is contained in:
parent
e410a76c42
commit
72af6a0454
3 changed files with 16 additions and 3 deletions
15
.github/dependabot.yml
vendored
15
.github/dependabot.yml
vendored
|
@ -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"]
|
||||
|
|
|
@ -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"
|
||||
}
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue