File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1212# There is a hack to have *two* schedules: https://github.com/dependabot/dependabot-core/issues/1778#issuecomment-1988140219
1313---
1414version : 2
15+
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 }}
26+
1527updates :
1628 - package-ecosystem : github-actions
1729 directories :
1830 # "/" is a special case that includes ".github/workflows/*"
1931 - ' /'
2032 - ' .github/actions/*'
33+ registries : ' *'
2134 schedule :
2235 interval : weekly
2336 day : tuesday
@@ -36,6 +49,7 @@ updates:
3649
3750 - package-ecosystem : gomod
3851 directory : ' /'
52+ registries : ' *'
3953 schedule :
4054 interval : weekly
4155 day : wednesday
You can’t perform that action at this time.
0 commit comments