Skip to content

build(deps): update sphinx-rtd-theme requirement from ^2.0.0 to ^3.0.2 #19

build(deps): update sphinx-rtd-theme requirement from ^2.0.0 to ^3.0.2

build(deps): update sphinx-rtd-theme requirement from ^2.0.0 to ^3.0.2 #19

Workflow file for this run

# Dependabot configuration file

Check failure on line 1 in .github/workflows/dependabot.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/dependabot.yml

Invalid workflow file

(Line: 4, Col: 1): Unexpected value 'version', (Line: 5, Col: 1): Unexpected value 'updates', (Line: 4, Col: 1): Required property is missing: jobs
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
# Enable version updates for Python
- package-ecosystem: "pip"
# Look for requirements files in the root directory
directory: "/"
# Check for updates once a week (Monday)
schedule:
interval: "weekly"
day: "monday"
# Group dependencies to consolidate PRs
groups:
dev-dependencies:
patterns:
- "black"
- "isort"
- "ruff"
- "mypy"
- "pytest*"
- "bandit"
- "pre-commit"
production-dependencies:
patterns:
- "*"
exclude-patterns:
- "black"
- "isort"
- "ruff"
- "mypy"
- "pytest*"
- "bandit"
- "pre-commit"
# Maximum number of open PRs
open-pull-requests-limit: 10
# Prefix PR titles
commit-message:
prefix: "deps"
include: "scope"
# Add labels to PRs
labels:
- "dependencies"
- "automerge"
# Allow automatic merging
reviewers:
- "DiogoRibeiro7"
assignees:
- "DiogoRibeiro7"
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
open-pull-requests-limit: 10
commit-message:
prefix: "ci"
include: "scope"
labels:
- "dependencies"
- "github_actions"
- "automerge"
reviewers:
- "DiogoRibeiro7"
assignees:
- "DiogoRibeiro7"