Files
airflow/.github/dependabot.yml
2026-03-05 19:04:20 -05:00

194 lines
4.3 KiB
YAML

# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License
---
version: 2
updates:
- package-ecosystem: pip
cooldown:
default-days: 4
directories:
- /airflow-core
- /airflow-ctl
- /clients/python
- /dev/breeze
- /docker-tests
- /kubernetes-tests
- /helm-tests
- /task-sdk
- /
schedule:
interval: daily
groups:
pip-dependency-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /airflow-core/src/airflow/ui
schedule:
interval: daily
groups:
core-ui-package-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui
schedule:
interval: daily
groups:
core-ui-package-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /dev/react-plugin-tools/react_plugin_template
schedule:
interval: daily
groups:
ui-plugin-template-package-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /providers/edge3/src/airflow/providers/edge3/plugins/www
schedule:
interval: daily
groups:
edge-ui-package-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /providers/fab/src/airflow/providers/fab/www
schedule:
interval: daily
groups:
fab-ui-package-updates:
patterns:
- "*"
# Repeat dependency updates on v3-1-test branch as well
- package-ecosystem: pip
cooldown:
default-days: 4
directories:
- /airflow-core
- /airflow-ctl
- /clients/python
- /dev/breeze
- /docker-tests
- /kubernetes-tests
- /helm-tests
- /task-sdk
- /
schedule:
interval: daily
target-branch: v3-1-test
groups:
pip-dependency-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /airflow-core/src/airflow/ui
schedule:
interval: daily
target-branch: v3-1-test
groups:
core-ui-package-updates:
patterns:
- "*"
update-types:
- "minor"
- "patch"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /airflow-core/src/airflow/api_fastapi/auth/managers/simple/ui
schedule:
interval: daily
target-branch: v3-1-test
groups:
core-ui-package-updates:
patterns:
- "*"
update-types:
- "minor"
- "patch"
# 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: daily
target-branch: v2-11-test
groups:
pip-dependency-updates:
patterns:
- "*"
- package-ecosystem: npm
cooldown:
default-days: 4
directories:
- /airflow/www/
schedule:
interval: daily
target-branch: v2-11-test
groups:
core-ui-package-updates:
patterns:
- "*"
- package-ecosystem: "uv"
cooldown:
default-days: 4
directory: "/dev/breeze"
schedule:
interval: "weekly"
groups:
uv-dependency-updates:
patterns:
- "*"