Create dependabot.yml

This commit is contained in:
Ernest Bhekizwe Shongwe 2024-12-26 18:50:47 +02:00 committed by GitHub
parent 29be28beba
commit 3c85da87e3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

31
.github/workflows/dependabot.yml vendored Normal file
View File

@ -0,0 +1,31 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
time: "00:00"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10
rebase-strategy: "auto"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
time: "01:00"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10
rebase-strategy: "auto"
- package-ecosystem: "maven"
directory: "/"
schedule:
interval: "daily"
time: "02:00"
commit-message:
prefix: "deps"
open-pull-requests-limit: 10
rebase-strategy: "auto"