Skip to content

Commit 8cde593

Browse files
author
Sebastian Fix
committed
chore: sync Dependabot config and workflows from template
1 parent 878402d commit 8cde593

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/dependabot-auto-merge.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,13 @@ jobs:
99
dependabot:
1010
runs-on: ubuntu-latest
1111
if: ${{ github.actor == 'dependabot[bot]' }}
12+
env:
13+
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: true
1214
steps:
1315

1416
- name: Dependabot metadata
1517
id: metadata
16-
uses: dependabot/fetch-metadata@v2.5.0
18+
uses: dependabot/fetch-metadata@v3.0.0
1719
with:
1820
github-token: "${{ secrets.GITHUB_TOKEN }}"
1921

0 commit comments

Comments
 (0)