Add dependabot file (#7431)

This commit is contained in:
jonathanmetzman 2022-03-24 08:47:39 -04:00 committed by GitHub
parent 47c72110f9
commit 2e0e3302c1
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: pip
directory: "/infra/ci"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/infra/build/functions"
schedule:
interval: daily
- package-ecosystem: pip
directory: "/infra/cifuzz"
schedule:
interval: daily
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"