Skip to content

Commit

Permalink
ci(dependabot): update dependabot frequency (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored May 15, 2024
1 parent 4a222d0 commit c6611af
Showing 1 changed file with 6 additions and 29 deletions.
35 changes: 6 additions & 29 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
interval: "monthly"
time: "06:00"
timezone: "Europe/Paris"
groups:
Expand All @@ -20,39 +19,17 @@ updates:
- "frgfm"
assignees:
- "frgfm"
- package-ecosystem: "pip"
directory: "api"
schedule:
interval: "monthly"
day: "monday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "frgfm"
assignees:
- "frgfm"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "demo"
schedule:
interval: "monthly"
day: "monday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "frgfm"
assignees:
- "frgfm"
open-pull-requests-limit: 10
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
day: "monday"
interval: "daily"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "frgfm"
assignees:
- "frgfm"
open-pull-requests-limit: 10
allow:
- dependency-name: "ruff"
- dependency-name: "mypy"
- dependency-name: "pre-commit"

0 comments on commit c6611af

Please sign in to comment.