Skip to content

Commit

Permalink
Merge pull request #81 from Yoast/feature/enable-and-configure-depend…
Browse files Browse the repository at this point in the history
…abot

Add dependabot configuration file
  • Loading branch information
jrfnl authored Aug 3, 2022
2 parents 8f3a843 + e60c851 commit b0c727e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Dependabot configuration.
#
# Please see the documentation for all configuration options:
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file

version: 2
updates:
# Maintain dependencies for GitHub Actions.
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5
commit-message:
prefix: "GH Actions:"
labels:
- "Type: chores/QA"

# Maintain dependencies for Composer.
- package-ecosystem: "composer"
directory: "/"
schedule:
interval: "weekly"
open-pull-requests-limit: 5 # Set to 0 to (temporarily) disable.
versioning-strategy: widen
commit-message:
prefix: "Composer:"
labels:
- "Type: chores/QA"

0 comments on commit b0c727e

Please sign in to comment.