dependabot.yml: check for package updates monthly (#8975)

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
This commit is contained in:
John Losito
2023-05-26 09:40:10 -04:00
committed by GitHub
parent 4d81324f59
commit 982c13d862

18
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,18 @@
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"