Skip to content

Commit

Permalink
feat: Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekMasher authored Apr 10, 2024
1 parent c984c3c commit e9c1e74
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,24 +5,36 @@

version: 2
updates:
- package-ecosystem: "pip"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "geekmasher"
target-branch: "main"
commit-message:
prefix: deps
prefix-development: chore
labels:
- "Dependencies"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

- package-ecosystem: "github-actions"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "geekmasher"
target-branch: "main"
commit-message:
prefix: deps
prefix-development: chore
labels:
- "Dependencies"
groups:
production-dependencies:
dependency-type: "production"
Expand Down

0 comments on commit e9c1e74

Please sign in to comment.