Skip to content

Commit

Permalink
chore: update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicconike committed Jun 23, 2024
1 parent effdab4 commit 3c3fe46
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 42 deletions.
17 changes: 15 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,24 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
directory: "requirements.txt"
schedule:
interval: "weekly"
commit-message:
prefix: "build"
prefix: "chore"
include: "scope"
labels:
- dependencies
- dependabot
rebase-strategy: auto
versioning-strategy: "increase-if-necessary"
open-pull-requests-limit: 10
groups:
python-packages:
patterns:
- "*"
reviewers:
- "nicconike"

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -25,6 +32,9 @@ updates:
- dependencies
- dependabot
rebase-strategy: auto
open-pull-requests-limit: 10
reviewers:
- "nicconike"
groups:
github-actions:
patterns:
Expand All @@ -41,3 +51,6 @@ updates:
- dependencies
- dependabot
rebase-strategy: auto
open-pull-requests-limit: 10
reviewers:
- "nicconike"
40 changes: 0 additions & 40 deletions .github/workflows/dependencies.yml

This file was deleted.

0 comments on commit 3c3fe46

Please sign in to comment.