Skip to content

Commit

Permalink
Enable dependabot (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
eltoder authored Nov 17, 2024
1 parent 4e1916a commit b322fd8
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
- package-ecosystem: "npm"
directories: ["/", "/functions", "/scripts"]
schedule:
interval: "weekly"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"

0 comments on commit b322fd8

Please sign in to comment.