1
0
Fork 0

Adding upstream version 0.8.2.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 13:47:22 +01:00
parent 55e5e7ac79
commit 6dc7f1a5a2
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
9 changed files with 334 additions and 99 deletions

View file

@ -3,26 +3,33 @@
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
# Basic set up for three package managers
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
labels:
- dependabot
schedule:
interval: "weekly"
commit-message:
prefix: "bump"
include: "ci"
open-pull-requests-limit: 10
# Maintain dependencies for Python
# Dependabot supports updates to pyproject.toml files
# if they follow the PEP 621 standard.
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
reviewers:
- "titom73"
labels:
- 'dependencies'
pull-request-branch-name:
separator: "/"
commit-message:
prefix: "bump: "
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "titom73"
labels:
- dependabot
- 'CI'
commit-message:
prefix: "bump"
include: "requirements"
open-pull-requests-limit: 10
prefix: "ci: "