diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 98f50e335..507bf3eb4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,4 +7,12 @@ updates: commit-message: prefix: "[bot]" open-pull-requests-limit: 1 + target-branch: "development" + - package-ecosystem: 'github-actions' + directory: '/' + schedule: + interval: 'weekly' + commit-message: + prefix: "[workflow]" + open-pull-requests-limit: 1 target-branch: "development" \ No newline at end of file