Skip to content

Commit 2c76708

Browse files
committed
chore: Update dependabot configuration and remove circular peer dependency
1 parent 3bdbd89 commit 2c76708

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
version: 2
2+
registries:
3+
sap-artifactory:
4+
type: npm-registry
5+
url: https://common.repositories.cloud.sap/artifactory/api/npm/build.releases.npm/
6+
token: ${{secrets.NPM_TOKEN_ARTIFACTORY}}
7+
replaces-base: true
28
updates:
39
- package-ecosystem: npm
410
target-branch: main
11+
registries:
12+
- sap-artifactory
513
directory: '/'
614
schedule:
715
interval: daily

pnpm-lock.yaml

Lines changed: 0 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

test-packages/test-services-odata-common/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
"prettier": "^3.8.1"
3131
},
3232
"peerDependencies": {
33-
"@sap-cloud-sdk/generator": "workspace:^",
3433
"@sap-cloud-sdk/util": "workspace:^"
3534
}
3635
}

0 commit comments

Comments
 (0)