Merge pull request #479 from roboflow/dependabot-bot-add

ci(dependabot): 🤖 create dependabot.yml config for update github actions and python packages automatically.
This commit is contained in:
Piotr Skalski 2023-10-24 15:55:57 +02:00 committed by GitHub
commit fc8e2e2889
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

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

@ -0,0 +1,16 @@
version: 2
updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ⬆️
# Python
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
commit-message:
prefix: ⬆️