mirror of
https://github.com/securego/gosec.git
synced 2024-11-05 19:45:51 +00:00
Update renovate configuration
This commit is contained in:
parent
8a8dbec703
commit
03360baf89
2 changed files with 20 additions and 13 deletions
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": [
|
"extends": [
|
||||||
"config:semverAllMonthly",
|
":preserveSemverRanges",
|
||||||
":enableVulnerabilityAlertsWithLabel(vulnerablity)",
|
"group:all",
|
||||||
":docker"
|
"schedule:weekly"
|
||||||
|
],
|
||||||
|
"lockFileMaintenance": {
|
||||||
|
"commitMessageAction": "Update",
|
||||||
|
"enabled": true,
|
||||||
|
"extends": [
|
||||||
|
"group:all",
|
||||||
|
"schedule:weekly"
|
||||||
]
|
]
|
||||||
|
},
|
||||||
|
"postUpdateOptions": [
|
||||||
|
"gomodTidy",
|
||||||
|
"gomodUpdateImportPaths"
|
||||||
|
],
|
||||||
|
"separateMajorMinor": false
|
||||||
}
|
}
|
Loading…
Reference in a new issue