mirror of
https://github.com/securego/gosec.git
synced 2025-01-30 04:30:43 +02:00
Update renovate configuration
This commit is contained in:
parent
8a8dbec703
commit
03360baf89
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -1,10 +0,0 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: github-actions
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
||||
- package-ecosystem: docker
|
||||
directory: /
|
||||
schedule:
|
||||
interval: daily
|
@ -1,7 +1,24 @@
|
||||
{
|
||||
"dependencyDashboard": true,
|
||||
"vulnerabilityAlerts": {
|
||||
"enabled": true
|
||||
},
|
||||
"extends": [
|
||||
":preserveSemverRanges",
|
||||
"group:all",
|
||||
"schedule:weekly"
|
||||
],
|
||||
"lockFileMaintenance": {
|
||||
"commitMessageAction": "Update",
|
||||
"enabled": true,
|
||||
"extends": [
|
||||
"config:semverAllMonthly",
|
||||
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
|
||||
":docker"
|
||||
"group:all",
|
||||
"schedule:weekly"
|
||||
]
|
||||
},
|
||||
"postUpdateOptions": [
|
||||
"gomodTidy",
|
||||
"gomodUpdateImportPaths"
|
||||
],
|
||||
"separateMajorMinor": false
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user