feat: add support for depandabot (#3269)

This commit is contained in:
Danilo Britto 2025-10-18 07:56:34 -05:00 committed by GitHub
parent d0a1cae750
commit 5ca9535785
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

16
.github/depandabot.yml vendored Normal file
View File

@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'daily'
- package-ecosystem: 'docker'
directory: '/'
schedule:
interval: 'weekly'
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'