1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00
tldr/.github/dependabot.yml
John Losito 982c13d862
dependabot.yml: check for package updates monthly (#8975)
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-05-26 09:40:10 -04:00

18 lines
394 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "monthly"
- package-ecosystem: "pip"
directory: "/scripts/pdf"
schedule:
interval: "monthly"