PYTHON-4186 Add Dependabot Config for GitHub Actions (#1501)

This commit is contained in:
Steven Silvester 2024-02-02 10:39:28 -06:00 committed by GitHub
parent 4bc2a482d9
commit c2af3dfeed
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

@ -0,0 +1,11 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
actions:
patterns:
- "*"