diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 2f025b2e..ff4ebf1b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,23 +17,3 @@ updates: github_action-dependencies: patterns: - "*" - -# As above, but for development-v6 -- package-ecosystem: github-actions - directory: "/" - schedule: - interval: weekly - day: saturday - time: "10:00" - open-pull-requests-limit: 10 - target-branch: development-v6 - reviewers: - - "pi-hole/ftl-maintainers" - pull-request-branch-name: - # Separate sections of the branch name with a hyphen - separator: "-" - groups: - github_action-dependencies: - patterns: - - "*" -