diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 9df999425..2b4c26c11 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -2,6 +2,6 @@ version: 2 updates: - package-ecosystem: "github-actions" directory: "/" - target-branch: "master" + target-branch: "develop" schedule: interval: "weekly"