Add .github/dependabot.yml

This commit is contained in:
MKLeb 2023-08-18 14:34:46 -04:00 committed by Pedro Algarvio
parent 4f03b1d6ff
commit 0f26cf5b93

28
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,28 @@
version: 2
updates:
# master branch
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: master
labels:
- "test:full"
# 3006.x release branch
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: 3006.x
labels:
- "test:full"
# freeze release branch
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
target-branch: freeze
labels:
- "test:full"