Skip to content

Commit

Permalink
fix: Create dependabot.yml (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Dec 18, 2024
1 parent b552961 commit eea405e
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
version: 2
updates:
# github-actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
# npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "master"
# npm in test folder
- package-ecosystem: "npm"
directory: "/test"
schedule:
interval: "weekly"
target-branch: "master"

0 comments on commit eea405e

Please sign in to comment.