Skip to content

Commit 27073f0

Browse files
Agentic Codemod Test
1 parent 4ee051f commit 27073f0

2 files changed

Lines changed: 23 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
registries:
8+
- npm-registry
9+
- git-registry
10+
registries:
11+
npm-registry:
12+
type: npm-registry
13+
url: https://workivaeast.jfrog.io/workivaeast/api/npm/npm-prod/
14+
username: ${{ secrets.NPM_REGISTRY_WORKIVAEAST_JFROG_IO_WORKIVAEAST_API_NPM_PROD_USERNAME }}
15+
password: ${{ secrets.NPM_REGISTRY_WORKIVAEAST_JFROG_IO_WORKIVAEAST_API_NPM_PROD_PASSWORD }}
16+
replaces-base: true
17+
git-registry:
18+
type: git
19+
url: https://github.com
20+
username: ${{ secrets.WK_GITHUB_USER }}
21+
password: ${{ secrets.WK_GITHUB_PASS }}

.npmrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
registry = https://workivaeast.jfrog.io/workivaeast/api/npm/npm-prod/
2+
always-auth = true

0 commit comments

Comments
 (0)