Skip to content

Commit

Permalink
Update dependabot.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fredclausen committed May 13, 2024
1 parent 89cc5de commit 30c0e05
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,30 @@
---

version: 2

updates:
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
interval: "weekly"
day: "saturday"
time: "00:00"
timezone: "Etc/UTC"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "00:00"
timezone: "Etc/UTC"

# Maintain pip packages for acars_router
- package-ecosystem: "pip"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
day: "saturday"
time: "00:00"
timezone: "Etc/UTC"

0 comments on commit 30c0e05

Please sign in to comment.