Skip to content

Commit

Permalink
deps: Add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalanamini committed Apr 10, 2022
1 parent 2e3d632 commit 2d4d710
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Basic set up for package managers

version: 2

updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps(CI)"
reviewers:
- ardalanamini

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: "deps"
prefix-development: "deps(Dev)"
reviewers:
- ardalanamini

0 comments on commit 2d4d710

Please sign in to comment.