diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 4feda299f..9570efb1a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,11 @@ version: 2 updates: - - &github-actions - package-ecosystem: "github-actions" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" directory: "/" schedule: interval: "weekly" - - <<: *github-actions target-branch: stable