Skip to content

Commit

Permalink
Add dependabot config with airflow ignored. (#152)
Browse files Browse the repository at this point in the history
*Issue #, if available:*
Closes #132 

*Description of changes:*
Adds Airflow to the dependabot ignore list.

By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
  • Loading branch information
dhegberg authored Oct 11, 2024
1 parent fabe3c1 commit 69c8519
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "pip"
directories:
- "/images/airflow/*/etc"
schedule:
interval: "weekly"
ignore:
# For Airflow, ignore all updates
- dependency-name: "apache-airflow"

0 comments on commit 69c8519

Please sign in to comment.