Skip to content

Commit

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

Add dependabot.yml for automated dependency updates
  • Loading branch information
wpscholar authored Dec 11, 2024
2 parents 1dc4d5d + 790058f commit bb470f8
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: "master"
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: "master"
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 bb470f8

Please sign in to comment.