1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-02 16:41:04 +03:00

Create dependabot config file

Dependabot will open PRs automatically for us to update dependencies, assuming they have no breaking changes.
This commit is contained in:
A_D 2020-10-05 12:49:52 +02:00 committed by Athanasius
parent 8a09430d92
commit e787e78e90

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "pip"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "develop"
schedule:
interval: "daily"