Skip to content

Commit

Permalink
Set up dependabot for Python, Docker, and GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamalama committed Aug 1, 2024
1 parent 693486d commit e7d147f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directories:
- "/"
- "/data-generator"
- "/event-handler"
- "/bq-workers/*"
schedule:
interval: "weekly"
reviewers:
- "mozilla-services/rapid-release-model"
- package-ecosystem: "docker"
schedule:
interval: "weekly"
directories:
- "/bq-workers/*"
- "/dashboard"
- "/event-handler"
- "/setup/fourkeys-builder"

0 comments on commit e7d147f

Please sign in to comment.