fruivita/corporativo

View on GitHub
.github/dependabot.yml

Summary

Maintainability
Test Coverage
# Cria pull requests para atualizar vulnerabilidades ou falhas de segurança
#
# 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: "2.x"
    commit-message:
      prefix: "build"
      prefix-development: "build"
      include: scope

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

  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"
    open-pull-requests-limit: 15
    target-branch: "main"
    commit-message:
      prefix: "build"
      prefix-development: "build"
      include: scope

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