diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml new file mode 100644 index 0000000000..196c33c0be --- /dev/null +++ b/.github/workflows/dependabot.yml @@ -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