Skip to content

Commit

Permalink
Merge pull request #41 from boschrexroth/feature/dependabot
Browse files Browse the repository at this point in the history
added dependabot config: npm production only
  • Loading branch information
albrecht-j authored Mar 7, 2024
2 parents 5a19af2 + c187f89 commit 7eeb3ab
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
version: 1
updates:
- package-ecosystem: npm
allow:
- dependency-type: "production"
schedule:
interval: "weekly"

0 comments on commit 7eeb3ab

Please sign in to comment.