Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

chore(dependabot): group pytest and also update actions #995

Merged
merged 2 commits into from
Apr 12, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
54 changes: 34 additions & 20 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,22 +1,36 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
day: friday
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "12:00"
timezone: "Europe/Zurich"

- package-ecosystem: pip
directory: "/"
schedule:
interval: daily
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
open-pull-requests-limit: 15

groups:
pytest:
patterns:
- "pytest"
- "pytest-*"

- package-ecosystem: docker
directory: "/"
schedule:
interval: daily
time: "12:00"
timezone: "Europe/Zurich"
commit-message:
prefix: chore
include: scope
Loading