Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
registries:
- npm-registry
- git-registry
registries:
npm-registry:
type: npm-registry
url: https://workivaeast.jfrog.io/workivaeast/api/npm/npm-prod/
username: ${{ secrets.NPM_REGISTRY_WORKIVAEAST_JFROG_IO_WORKIVAEAST_API_NPM_PROD_USERNAME }}
password: ${{ secrets.NPM_REGISTRY_WORKIVAEAST_JFROG_IO_WORKIVAEAST_API_NPM_PROD_PASSWORD }}
replaces-base: true
git-registry:
type: git
url: https://github.com
username: ${{ secrets.WK_GITHUB_USER }}
password: ${{ secrets.WK_GITHUB_PASS }}
2 changes: 2 additions & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
registry = https://workivaeast.jfrog.io/workivaeast/api/npm/npm-prod/
always-auth = true
Loading