dotfiles/zsh/.oh-my-zsh/.github/dependabot.yml

13 lines
271 B
YAML
Raw Normal View History

2024-06-19 00:06:56 +02:00
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: "weekly"
day: "sunday"
- package-ecosystem: "pip"
directory: "/.github/workflows/dependencies"
schedule:
interval: "weekly"
day: "sunday"