Skip to content

Commit 9d5b5b4

Browse files
SDCB-8916 - add dependabot.yml
1 parent 0e35f4c commit 9d5b5b4

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/dependabot.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "pip"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"
7+
time: "08:00"
8+
timezone: "UTC"
9+
target-branch: "master"
10+
versioning-strategy: increase-if-necessary
11+
#Lookup only for minor and patch updates
12+
update-types: ["version-update:semver-minor", "version-update:semver-patch"]

0 commit comments

Comments
 (0)