Adding upstream version 0.13.0.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 11:32:35 +01:00
parent c0ae77e0f6
commit ecf5ca3300
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
272 changed files with 33172 additions and 0 deletions

34
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,34 @@
# Basic set up for three package managers
version: 2
updates:
# 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"
- "gmuloc"
- "mtache"
- "carl-baillargeon"
labels:
- 'dependencies'
pull-request-branch-name:
separator: "/"
commit-message:
prefix: "chore: "
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
reviewers:
- "titom73"
- "gmuloc"
labels:
- 'CI'
commit-message:
prefix: "ci: "