mirror of
https://github.com/godotengine/godot-docs.git
synced 2025-12-31 17:49:03 +03:00
16 lines
470 B
YAML
16 lines
470 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "pip"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
ignore:
|
|
# We need to decide on when we upgrade Sphinx manually,
|
|
# as historically, this has been proven to often imply larger changes
|
|
# (RTD compat, upgrading extensions, other dependencies, our content, etc.).
|
|
- dependency-name: "sphinx"
|