Skip to content

Commit

Permalink
🔧 chore(dependabot): add default configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jh3ady committed Oct 26, 2024
1 parent 00bce0e commit 8780890
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
version: 2

updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: github-actions
directory: .github/workflows
schedule:
interval: monthly
commit-message:
prefix: ":arrow_up: ci(dependencies)"
include: "full"

# Maintain dependencies for Composer
- package-ecosystem: composer
directory: /
schedule:
interval: daily
commit-message:
prefix: ":arrow_up: chore(package)"
include: "full"
labels:
- dependencies
open-pull-requests-limit: 0

0 comments on commit 8780890

Please sign in to comment.