diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index 2991f3b..87b07aa 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -21,7 +21,7 @@ jobs: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 2 - persist-credentials: true + persist-credentials: false if: steps.metadata.outputs.update-type == 'version-update:semver-patch' - name: Check if package-lock.json has been changed if: steps.metadata.outputs.update-type == 'version-update:semver-patch'