feat(github): dependabot target branch to dev (#1736)

This commit is contained in:
Rajesh Rajendran 2023-12-05 13:47:05 +01:00 committed by GitHub
parent 9dc9f15ed0
commit a0e9c670ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

12
.github/dependabot.yaml vendored Normal file
View file

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "weekly"
target-branch: "dev"