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

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
pull/10283/head
John Losito 2023-05-26 09:40:10 -04:00 committed by GitHub
parent 4d81324f59
commit 982c13d862
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

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"