Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 authored and GitHub Enterprise committed Feb 9, 2023
1 parent 0aff4eb commit 73ed774
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,17 @@
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
registries:
npm-npmjs:
type: npm-registry
url: https://registry.npmjs.org
username: oldking139
password: ${{secrets.NPM_PASSWORD}}
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
registries:
- npm-npmjs
schedule:
interval: "weekly"
allow:
Expand Down

0 comments on commit 73ed774

Please sign in to comment.