1
0
Fork 0
mirror of https://github.com/tylernguyen/wiki.git synced 2025-02-05 00:23:13 -06:00
wiki/.github/dependabot.yml

20 lines
415 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "fix:github_actions"
# Maintain dependencies for pip
- package-ecosystem: "pip"
directory: "/"
ignore:
- dependency-name: "mkdocs-material"
schedule:
interval: "weekly"
labels:
- "fix:python"