Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 14 additions & 10 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,26 @@

version: 2
updates:
- package-ecosystem: "composer"
# Look for a `composer.json` in the `root` directory
directory: "/"
versioning-strategy: increase
schedule:
interval: "monthly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
versioning-strategy: increase
schedule:
interval: "monthly"
interval: "monthly"
labels:
- "dependencies"

# Enable version updates for Docker
- package-ecosystem: "docker"
# Look for a `Dockerfile` in the `root` directory
directory: "/"
# Check for updates once a week
schedule:
interval: "monthly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "monthly"