Skip to content

Commit

Permalink
Merge pull request #42 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 4b994a7 + 312f7ff commit ca63390
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
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 npm
- package-ecosystem: "npm"
directory: "/"
target-branch: "main"
allow:
- dependency-type: direct
schedule:
interval: "daily"
versioning-strategy: increase
commit-message:
prefix: "NPM"
prefix-development: "NPM Dev"
include: "scope"
labels:
- "dependencies"
- "javascript"

# 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 ca63390

Please sign in to comment.