fruivita/corporate

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
# Create pull requests to update security dependencies and vulnerabilities
#
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/enabling-and-disabling-dependabot-version-updates
# https://docs.github.com/en/code-security/supply-chain-security/keeping-your-dependencies-updated-automatically/configuration-options-for-dependency-updates

version: 2

updates:
  - package-ecosystem: 'github-actions'
    directory: '/'
    schedule:
      interval: 'daily'
    open-pull-requests-limit: 15
    target-branch: '1.x'
    commit-message:
      prefix: 'build'
      prefix-development: 'build'
      include: scope

  - package-ecosystem: 'composer'
    directory: '/'
    schedule:
      interval: 'daily'
    open-pull-requests-limit: 15
    target-branch: '1.x'
    commit-message:
      prefix: 'build'
      prefix-development: 'build'
      include: scope