Skip to content

Commit

Permalink
Add dep updates bot
Browse files Browse the repository at this point in the history
  • Loading branch information
runthis committed Jan 25, 2024
1 parent d5c6e0c commit cac8916
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
versioning-strategy: increase
directory: "/"
groups:
npm-dependencies:
dependency-type: "production"
update-types:
- "minor"
- "patch"
npm-dev-dependencies:
dependency-type: "development"
update-types:
- "minor"
- "patch"
schedule:
interval: "weekly"
day: "sunday"
schedule:
interval: "weekly"
day: "sunday"
labels:
- "composer"

0 comments on commit cac8916

Please sign in to comment.