diff --git a/.github/workflows/dependabot-automerge.yml b/.github/workflows/dependabot-automerge.yml index 704e160..ae70559 100644 --- a/.github/workflows/dependabot-automerge.yml +++ b/.github/workflows/dependabot-automerge.yml @@ -54,7 +54,7 @@ jobs: - name: Auto-merge minor and patch updates uses: ridedott/merge-me-action@v2 with: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + GITHUB_TOKEN: ${{ secrets.SECRET_DEPENDABOT_GITHUB_TOKEN }} PRESET: DEPENDABOT_MINOR MERGE_METHOD: SQUASH timeout-minutes: 10 diff --git a/.vscode/settings.json b/.vscode/settings.json index d64e512..07ed9b7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -45,6 +45,7 @@ "plasmohq", "propertylist", "reqwest", + "ridedott", "rlib", "rustc", "SARIF",