@@ -24,19 +24,21 @@ jobs:
2424 branch-prefix : ' update-npm-deps'
2525 pr-title : ' Update NPM Dependencies'
2626 commit-message : ' Update NPM dependencies'
27- excluded-packages : ' package1,package2' # Optional
27+ excluded-packages : ' package1,package2'
28+ relock : false
2829` ` `
2930
3031## :gear: Inputs
3132
32- | Input | Description | Required | Default |
33- | ------------------- | ------------------------------------------- | ------------------ | ------------------------- |
34- | ` base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
35- | `token` | GitHub token for authentication | :x : | `${{ github.token }}` |
36- | `branch-prefix` | Prefix for the update branch | :x : | `update-dependencies` |
37- | `pr-title` | Title for the pull request | :x : | `Update NPM Dependencies` |
38- | `commit-message` | Commit message for the update | :x : | `Update NPM dependencies` |
39- | `excluded-packages` | Comma-separated list of packages to exclude | :x : | - |
33+ | Input | Description | Required | Default |
34+ | ------------------- | ------------------------------------------------ | ------------------ | ------------------------- |
35+ | ` base-branch` | Base branch for the pull request | :white_check_mark: | `main` |
36+ | `token` | GitHub token for authentication | :x : | `${{ github.token }}` |
37+ | `branch-prefix` | Prefix for the update branch | :x : | `update-dependencies` |
38+ | `pr-title` | Title for the pull request | :x : | `Update NPM Dependencies` |
39+ | `commit-message` | Commit message for the update | :x : | `Update NPM dependencies` |
40+ | `excluded-packages` | Comma-separated list of packages to exclude | :x : | - |
41+ | `relock` | Wether `package-lock.json` should be regenerated | :x : | `false` |
4042
4143# # :warning: Prerequisites
4244
0 commit comments