diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 31a7b99..bc8dde8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,13 +9,16 @@ updates: directory: '/.github/workflow' # Location of package manifests schedule: interval: 'weekly' + target-branch: 'dev' - package-ecosystem: 'npm' directory: '/' # Location of package manifests schedule: interval: 'weekly' + target-branch: 'dev' - package-ecosystem: 'docker' directory: '/' # Location of Dockerfile schedule: interval: 'weekly' + target-branch: 'dev'