Skip to content

Commit

Permalink
Update onstarjs daily and libs monthly.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelwoods committed May 29, 2024
1 parent d150994 commit 0a4af7a
Showing 1 changed file with 17 additions and 2 deletions.
19 changes: 17 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,26 @@
version: 2

groups:

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
groups:
development-dependencies:
dependency-type: "development"
production-dependencies:
dependency-type: "production"
exclude-patterns:
- "onstarjs*"
- package-ecosystem: "npm"
schedule:
interval: "daily"
groups:
onstarjs:
patterns:
- "onstarjs*"

0 comments on commit 0a4af7a

Please sign in to comment.