sonarqube-scan-action/.github/dependabot.yml
Thomas Vérin 7a1a48cce8
BUILD-10861: Dependabot cooldown (5 days) and internal excludes
- Version updates: minimum package age via cooldown (default-days: 5).
- Security updates are not affected by cooldown (GitHub behavior).
- exclude: org.sonarsource*, com.sonarsource*, npm @sonarsource/*, actions SonarSource/* as applicable.
- Aligns supply-chain policy with BUILD-10860 (Renovate) intent.
2026-04-02 14:14:19 +02:00

20 lines
619 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
timezone: "CET"
open-pull-requests-limit: 100
cooldown:
default-days: 5
exclude:
- "SonarSource/*"
commit-message:
prefix: "NO-JIRA "