Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadokkio authored Dec 12, 2024
1 parent c7884f9 commit 60b9449
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ updates:
directory: "/requirements/" # Location of package manifests
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
Expand All @@ -24,7 +25,8 @@ updates:
# Check for updates once a week
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
Expand All @@ -40,6 +42,7 @@ updates:
schedule:
interval: "daily"
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
Expand All @@ -54,7 +57,8 @@ updates:
# Check for updates once a week
schedule:
interval: "daily"
open-pull-requests-limit: 100
open-pull-requests-limit: 100
target-branch: "new"
# Add assignees
assignees:
- "garanews"
Expand Down

0 comments on commit 60b9449

Please sign in to comment.