misc: Added dependabot config file

- Added a yaml file to make dependabot target develop instead of stable.

Change-Id: I5b28c06960c5a346b40e2af8f9284b11d9cc07cd
This commit is contained in:
Harshil Patel
2024-01-12 10:56:13 -08:00
parent e5bdc760e3
commit 7cf5c8c840

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