13 lines
318 B
YAML
13 lines
318 B
YAML
# Docs: <https://docs.github.com/en/free-pro-team@latest/github/administering-a-repository/customizing-dependency-updates>
|
|
|
|
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule: {interval: monthly}
|
|
|
|
- package-ecosystem: pip
|
|
directory: /docs/
|
|
schedule: {interval: monthly}
|