Skip to content

Commit

Permalink
Create dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andstor committed Feb 25, 2022
1 parent 270f25a commit e90aaeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Enable dependabot, a tool to automatically propose dependency updates

version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
target-branch: "main"

0 comments on commit e90aaeb

Please sign in to comment.