We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b7538a commit 2697e42Copy full SHA for 2697e42
.github/dependabot.yml
@@ -16,13 +16,12 @@ version: 2
16
registries:
17
# Authenticate to GitHub for higher API rate limits
18
# https://docs.github.com/en/rest/using-the-rest-api/rate-limits-for-the-rest-api
19
- # https://docs.github.com/en/actions/how-tos/security-for-github-actions/security-guides/automatic-token-authentication
20
# https://docs.github.com/en/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#git
21
github:
22
type: git
23
url: https://github.com
24
username: x-access-token
25
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.DEPENDABOT_TOKEN }}
26
27
updates:
28
- package-ecosystem: github-actions
0 commit comments