misc: Added dependabot config file (#767)

- Added a yaml file to make dependabot target develop instead of stable.
This commit is contained in:
Ivana Mitrovic
2024-01-25 19:25:51 -08:00
committed by GitHub

17
.github/workflows/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,17 @@
---
version: 2
updates:
- package-ecosystem: pip
directory: /
schedule:
interval: monthly
assignees:
- Harshil2107
commit-message:
prefix: 'misc: '
# Raise pull requests for version updates
# to pip against the `develop` branch
target-branch: develop
# Labels on pull requests for version updates only
labels:
- misc