Adding upstream version 0.13.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0ae77e0f6
commit
ecf5ca3300
272 changed files with 33172 additions and 0 deletions
34
.github/dependabot.yml
vendored
Normal file
34
.github/dependabot.yml
vendored
Normal 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: "
|
Loading…
Add table
Add a link
Reference in a new issue