Skip to content

Commit

Permalink
Enable Depandabot to scan outdated Github Actions dependencies
Browse files Browse the repository at this point in the history
Recently, a high manager at Astronomer received a message saying "Subject: [Action required] Actions artifacts v3 is closing down", with a list of repos within the org that had outdated dependencies.

To avoid this in the future, we're enabling Github's Depandabot, which will automatically create PRs suggesting these fixes proactively - so this situation does not happen again.
  • Loading branch information
tatiana committed Jan 9, 2025
1 parent 184e45f commit c316566
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: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
reviewers:
- "@astronomer/oss-integrations"

0 comments on commit c316566

Please sign in to comment.