Skip to content

Commit

Permalink
Dependabot shouldn't care about dev deps
Browse files Browse the repository at this point in the history
  • Loading branch information
vidartf committed Apr 22, 2023
1 parent 0993aae commit e85f3aa
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Basic set up for three package managers

version: 2
updates:

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

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
allow:
dependency-type: production

0 comments on commit e85f3aa

Please sign in to comment.