Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
md - update github dependabot config to match org pattern (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
mastamark authored Oct 17, 2022
1 parent e0a05e1 commit 537dcaf
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
version: 2
registries:
npm-github:
github-npm:
type: npm-registry
url: https://npm.pkg.github.com
token: "${{secrets.READ_ONLY_PACKAGES_CCIMU}}"
url: https://npm.pkg.github.com/
username: appf-im-tooling
# Format of "password" is "username:password" base64 encoded
password: ${{secrets.NPM_GITHUB_PACKAGES_RO_PASSWORD}}
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
pull-request-branch-name:
separator: "-"
registries: "*"
registries:
- github-npm

0 comments on commit 537dcaf

Please sign in to comment.