remove preset "security:minimumReleaseAgeNpm" by switching from "config:best-practices" to adding all manually
CI / Test (bun-npm.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 10s
CI / Test (docker-compose.json) (pull_request) Successful in 11s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Test (action.json) (pull_request) Successful in 1m12s
CI / Test (bun-npm.json) (pull_request) Successful in 11s
CI / Test (common.json) (pull_request) Successful in 10s
CI / Test (docker-compose.json) (pull_request) Successful in 11s
CI / Test (helm.json) (pull_request) Successful in 11s
CI / Test (k8s.json) (pull_request) Successful in 11s
CI / Test (action.json) (pull_request) Successful in 1m12s
This commit is contained in:
+17
-3
@@ -2,11 +2,22 @@
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"dependencyDashboard": true,
|
||||
"semanticCommits": "enabled",
|
||||
"extends": ["config:best-practices", ":semanticCommitTypeAll(chore)"],
|
||||
"extends": [
|
||||
"config:recommended",
|
||||
"docker:pinDigests",
|
||||
"helpers:pinGitHubActionDigests",
|
||||
":configMigration",
|
||||
":pinDevDependencies",
|
||||
"abandonments:recommended",
|
||||
":maintainLockFilesWeekly",
|
||||
":semanticCommitTypeAll(chore)"
|
||||
],
|
||||
"packageRules": [
|
||||
{
|
||||
"description": "Don't update dependencies unless they are at least 7 days old (except for internal deps).",
|
||||
"matchPackageNames": ["!https://gitea.t000-n.de/t.behrendt/**"],
|
||||
"matchPackageNames": [
|
||||
"!https://gitea.t000-n.de/t.behrendt/**"
|
||||
],
|
||||
"minimumReleaseAge": "7 days",
|
||||
"minimumReleaseAgeBehaviour": "timestamp-required",
|
||||
"internalChecksFilter": "strict"
|
||||
@@ -18,7 +29,10 @@
|
||||
"automerge": true,
|
||||
"platformAutomerge": true,
|
||||
"automergeType": "pr",
|
||||
"addLabels": ["automerge", "security"],
|
||||
"addLabels": [
|
||||
"automerge",
|
||||
"security"
|
||||
],
|
||||
"vulnerabilityFixStrategy": "lowest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user