Skip to content

Commit

Permalink
chore: add dependabot.yml (#730)
Browse files Browse the repository at this point in the history
  • Loading branch information
novusnota authored Aug 25, 2024
1 parent 59677d8 commit 151f4ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm" # yarn & pnpm must also specify npm
directory: "/"
schedule:
interval: "weekly"
versioning-strategy: increase-if-necessary

0 comments on commit 151f4ab

Please sign in to comment.