2025-02-05 13:43:43 +01:00
|
|
|
# To get started with Dependabot version updates, you'll need to specify which
|
|
|
|
# package ecosystems to update and where the package manifests are located.
|
|
|
|
# Please see the documentation for all configuration options:
|
|
|
|
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
|
|
|
2025-02-05 13:47:36 +01:00
|
|
|
# Basic set up for three package managers
|
|
|
|
|
2025-02-05 13:43:43 +01:00
|
|
|
version: 2
|
|
|
|
updates:
|
2025-02-05 13:47:36 +01:00
|
|
|
# Maintain dependencies for Python
|
|
|
|
# Dependabot supports updates to pyproject.toml files
|
|
|
|
# if they follow the PEP 621 standard.
|
|
|
|
- package-ecosystem: "pip"
|
2025-02-05 13:43:43 +01:00
|
|
|
directory: "/"
|
|
|
|
schedule:
|
2025-02-05 13:47:36 +01:00
|
|
|
interval: "daily"
|
|
|
|
reviewers:
|
|
|
|
- "titom73"
|
|
|
|
labels:
|
|
|
|
- 'dependencies'
|
|
|
|
pull-request-branch-name:
|
|
|
|
separator: "/"
|
2025-02-05 13:43:43 +01:00
|
|
|
commit-message:
|
2025-02-05 13:47:36 +01:00
|
|
|
prefix: "bump: "
|
|
|
|
# Maintain dependencies for GitHub Actions
|
|
|
|
- package-ecosystem: "github-actions"
|
2025-02-05 13:43:43 +01:00
|
|
|
directory: "/"
|
|
|
|
schedule:
|
|
|
|
interval: "weekly"
|
2025-02-05 13:47:36 +01:00
|
|
|
reviewers:
|
|
|
|
- "titom73"
|
2025-02-05 13:43:43 +01:00
|
|
|
labels:
|
2025-02-05 13:47:36 +01:00
|
|
|
- 'CI'
|
2025-02-05 13:43:43 +01:00
|
|
|
commit-message:
|
2025-02-05 13:47:36 +01:00
|
|
|
prefix: "ci: "
|