Skip to content

Commit

Permalink
fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
bloep authored Oct 29, 2023
1 parent d6cda79 commit b3713f3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ updates:
directory: "/"
schedule:
interval: "weekly"
runtime-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
groups:
runtime-dependencies:
dependency-type: "production"
dev-dependencies:
dependency-type: "development"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down

0 comments on commit b3713f3

Please sign in to comment.