skip to Main Content

Azure devops NPM Authentication in dependabot.yml

I currently have the following pipeline working: schedules: - cron: "0 20 * * FRI" displayName: 'Weekly Run' always: true branches: include: - 'develop' trigger: none variables: DEPENDABOT_EXTRA_CREDENTIALS: '[{"type":"npm_registry","token":"$(DEPENDABOT_PAT)","registry":"SOME_URL"}]' # put the credentials for private registries and feeds pool: vmImage:…

VIEW QUESTION
Back To Top
Search