1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-17 17:42:20 +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 d7641d6858
commit beed337c70

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"