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

21 lines
415 B
YAML
Raw Normal View History

2024-06-05 18:18:28 -05:00
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"