Skip to content

Commit

Permalink
Merge pull request #13 from newfold-labs/dependencies/add-dependabot-…
Browse files Browse the repository at this point in the history
…configuration

Add dependabot.yml for automated dependency updates
  • Loading branch information
wpscholar authored Dec 11, 2024
2 parents 539f868 + 30a39cb commit b0b66cc
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
version: 2
updates:

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "main"
allow:
- dependency-type: direct
schedule:
interval: "daily"
commit-message:
prefix: "GitHub Actions"
include: "scope"
labels:
- "dependencies"
- "workflows"

# Maintain dependencies for Composer
- package-ecosystem: "composer"
directory: "/"
target-branch: "main"
allow:
- dependency-type: direct
schedule:
interval: "daily"
versioning-strategy: increase
commit-message:
prefix: "Composer"
prefix-development: "Composer Dev"
include: "scope"
labels:
- "dependencies"
- "php"

0 comments on commit b0b66cc

Please sign in to comment.