Skip to content

Commit

Permalink
Allow Dependabot to authenticate with GitHub Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
MattIPv4 committed Jan 29, 2025
1 parent 59f23d7 commit 3c6e349
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
version: 2

registries:
npm-github:
type: npm-registry
url: https://npm.pkg.github.com
token: ${{secrets.GH_PKG_REGISTRY_TOKEN}}

updates:
- package-ecosystem: github-actions
directory: /
Expand All @@ -14,6 +21,9 @@ updates:
day: wednesday
time: "00:00"

# Allow usage of any registry including npm-github w/ auth as above
registries: "*"

# Ensure the new version is stored in `package.json`
versioning-strategy: increase

Expand Down

0 comments on commit 3c6e349

Please sign in to comment.