Skip to content

Commit

Permalink
Enable Dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
atodorov committed Apr 5, 2024
1 parent bb4081c commit 4f8c0f2
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
---
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
rebase-strategy: "disabled"

# Maintain dependencies for Docker images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
open-pull-requests-limit: 5
rebase-strategy: "disabled"

# Maintain dependencies for Rust
# Note: Dependabot can't recursively search directories at the moment
- package-ecosystem: "cargo"
directory: "/"
schedule:
interval: "monthly"

0 comments on commit 4f8c0f2

Please sign in to comment.