Skip to content

Commit

Permalink
ci: Updates dependabot frequency (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Jan 28, 2024
1 parent 962d056 commit 0bfd380
Showing 1 changed file with 42 additions and 7 deletions.
49 changes: 42 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,54 @@

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "06:00"
timezone: "Europe/Paris"
groups:
gh-actions:
patterns:
- "*"
reviewers:
- "frgfm"
assignees:
- "frgfm"
- package-ecosystem: "pip"
directory: "api"
schedule:
interval: "weekly"
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: "weekly"
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: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "monday"
time: "06:00"
timezone: "Europe/Paris"
reviewers:
- "frgfm"
assignees:
- "frgfm"
open-pull-requests-limit: 10

0 comments on commit 0bfd380

Please sign in to comment.