Files
godot-docs/.github/dependabot.yml
2020-12-25 17:58:05 +01:00

14 lines
287 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
ignore:
# ReadTheDocs is staying on v1.
- dependency-name: "sphinx"