diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 62b7e8d..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,10 +0,0 @@ -version: 2 -updates: - - package-ecosystem: "pip" - directories: - - "/images/airflow/*/etc" - schedule: - interval: "weekly" - ignore: - # For Airflow, ignore all updates - - dependency-name: "apache-airflow" \ No newline at end of file diff --git a/README.md b/README.md index fc97aae..ac56187 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ MWAA](https://aws.amazon.com/managed-workflows-for-apache-airflow/) uses to run You can also use it locally if you want to run a MWAA-like environment for testing, experimentation, and development purposes. -Currently, Airflow v2.9.2 and v2.10.1 are supported. Future versions in parity with Amazon MWAA will be added as +Currently, Airflow v2.9.2 and above are supported. Future versions in parity with Amazon MWAA will be added as well. _Notice, however, that we do not plan to support previous Airflow versions supported by MWAA._ ## Using the Airflow Image