Skip to content

Commit 899c4a0

Browse files
committed
Use Dependabot's default identity at GitHub
A personal token (PAT) is the only mechanism available to raise Dependabot's API rate limit in a GitHub project. We don't want that right now, so this reverts 5b7538a and 2697e42. Issue: PGO-2563
1 parent decf153 commit 899c4a0

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,6 @@
1313
---
1414
version: 2
1515

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/code-security/dependabot/working-with-dependabot/configuring-access-to-private-registries-for-dependabot#git
20-
github:
21-
type: git
22-
url: https://github.com
23-
username: x-access-token
24-
password: ${{ secrets.DEPENDABOT_TOKEN }}
25-
2616
updates:
2717
- package-ecosystem: github-actions
2818
directories:

0 commit comments

Comments
 (0)