misc: Added dependabot config file (#767)
- Added a yaml file to make dependabot target develop instead of stable.
This commit is contained in:
17
.github/workflows/dependabot.yml
vendored
Normal file
17
.github/workflows/dependabot.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user