mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2026-04-26 14:58:50 +00:00
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.
This commit is contained in:
parent
299e4b793a
commit
7a1a48cce8
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -12,5 +12,9 @@ updates:
|
||||||
interval: "daily"
|
interval: "daily"
|
||||||
timezone: "CET"
|
timezone: "CET"
|
||||||
open-pull-requests-limit: 100
|
open-pull-requests-limit: 100
|
||||||
|
cooldown:
|
||||||
|
default-days: 5
|
||||||
|
exclude:
|
||||||
|
- "SonarSource/*"
|
||||||
commit-message:
|
commit-message:
|
||||||
prefix: "NO-JIRA "
|
prefix: "NO-JIRA "
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue