diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e3564fa..785b654 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,7 @@ updates: # GitHub Actions - package-ecosystem: "github-actions" directory: "/" + target-branch: "staging" schedule: interval: "weekly" day: "monday" @@ -15,6 +16,7 @@ updates: # Ruby gems (Bundler) - package-ecosystem: "bundler" directory: "/" + target-branch: "staging" schedule: interval: "weekly" day: "monday"