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 10, 2023
1 parent 73ed774 commit 2d2e664
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,8 @@
# 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:
# Allow only direct dependencies
- dependency-type: "direct"

0 comments on commit 2d2e664

Please sign in to comment.