Skip to content

Commit

Permalink
feat(repo): create dependabot.yml (#14608)
Browse files Browse the repository at this point in the history
  • Loading branch information
dantaik committed Aug 31, 2023
1 parent f5207ae commit 456c6db
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates

version: 2
updates:
- package-ecosystem: "npm" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "monthly"

1 comment on commit 456c6db

@hoho87
Copy link

@hoho87 hoho87 commented on 456c6db Sep 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nice

Please sign in to comment.