diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 68a622477fc6a..f0337bb052b80 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -42,19 +42,6 @@ updates: patterns: - "*" - - package-ecosystem: "github-actions" - directory: "/" - cooldown: - default-days: 4 - schedule: - # Check for updates to GitHub Actions every week - interval: "weekly" - target-branch: v2-11-test - groups: - github-actions-updates: - patterns: - - "*" - - package-ecosystem: pip cooldown: default-days: 4 @@ -260,39 +247,6 @@ updates: - dependency-name: "*" update-types: ["version-update:semver-major"] - # Repeat dependency updates on 2.11 branch as well - - package-ecosystem: pip - cooldown: - default-days: 4 - directories: - - /clients/python - - /dev/breeze - - /docker_tests - - / - schedule: - interval: "weekly" - target-branch: v2-11-test - groups: - pip-dependency-updates: - patterns: - - "*" - - - package-ecosystem: npm - cooldown: - default-days: 4 - directories: - - /airflow/www/ - schedule: - interval: "weekly" - target-branch: v2-11-test - groups: - legacy-ui-package-updates: - patterns: - - "*" - ignore: - - dependency-name: "*" - update-types: ["version-update:semver-major"] - - package-ecosystem: "uv" cooldown: default-days: 4