Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(github): enable the dependabot
Browse files Browse the repository at this point in the history
cotes2020 committed Sep 8, 2023

Verified

This commit was signed with the committer’s verified signature.
cotes2020 Cotes Chung
1 parent 1e52e9f commit 1456cdb
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 @@
# See: https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "bundler"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit 1456cdb

Please sign in to comment.