Files
wiki/.github/dependabot.yml
Aditya Garg 2d0dbbcb5d Dependabot: check for pip update weekly
This also is spamming discord
2025-05-18 21:14:49 +05:30

17 lines
408 B
YAML

# https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Dependencies: "
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "Actions: "