github.com/argoproj/argo-cd/v3@v3.2.1/renovate-presets/commons.json5 (about) 1 { 2 "$schema": "https://docs.renovatebot.com/renovate-schema.json", 3 "description": "Contains rules that makes sense to enforce by default.", 4 "dependencyDashboard": true, 5 "dependencyDashboardOSVVulnerabilitySummary": "all", 6 "osvVulnerabilityAlerts": true, 7 "vulnerabilityAlerts": { 8 "description": "Settings specific to PRs of type security", 9 "addLabels": ["security"] 10 }, 11 "extends": [ 12 "config:best-practices", 13 ":gitSignOff", 14 ":labels(dependencies)", 15 "customManagers:dockerfileVersions", 16 "security:openssf-scorecard", 17 "mergeConfidence:all-badges", 18 "github>argoproj/argo-cd//renovate-presets/fix/openssf-merge-confidence-columns.json5", 19 ], 20 "packageRules": [ 21 { 22 "description": "Define the label to make Renovate stop updating a PR.", 23 "stopUpdatingLabel": "renovate:stop-updating" 24 }, 25 { 26 "description": "Define the label to make Renovate rebase a PR.", 27 "rebaseLabel": "renovate:do-rebase" 28 }, 29 { 30 "description": "Define labels of the dependency dashboard issues.", 31 "dependencyDashboardLabels": [ 32 "dependencies", 33 ] 34 }, 35 { 36 "description": "Add label major to PRs with major updates", 37 "matchUpdateTypes": [ 38 "major" 39 ], 40 "addLabels": [ 41 "major" 42 ] 43 }, 44 { 45 "description": "Add labels for PRs related to javascript", 46 "matchDatasources": [ 47 "node-version", 48 "npm" 49 ], 50 "addLabels": [ 51 "javascript" 52 ] 53 }, 54 { 55 "description": "Add labels for PRs related to go", 56 "matchDatasources": [ 57 "golang-version", 58 "go" 59 ], 60 "addLabels": [ 61 "go" 62 ] 63 }, 64 { 65 "description": "Add labels for PRs related to python", 66 "matchCategories": [ 67 "python" 68 ], 69 "addLabels": [ 70 "python" 71 ] 72 } 73 ] 74 }