Merge pull request #4 from shymega/shymega/prs/dependabot

Add Dependabot dependency GH support
This commit is contained in:
Andros Fenollosa 2023-05-16 16:36:56 +02:00 committed by GitHub
commit 9014c78d29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"