Skip to content

Commit fce7b74

Browse files
committed
Use GITHUB_TOKEN for Dependabot metadata fetch and fix dependabot.yml formatting
1 parent 2dd0d84 commit fce7b74

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "daily"
12+

.github/workflows/copilot-dependabot-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
id: metadata
1919
uses: dependabot/fetch-metadata@v2
2020
with:
21-
github-token: ${{ secrets.PAT }}
21+
github-token: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: Generate dependency analysis with Copilot
2424
uses: austenstone/copilot-cli-actions/.github/actions/copilot@main

0 commit comments

Comments
 (0)