Skip to content

Commit

Permalink
ci: update renovate to standard config
Browse files Browse the repository at this point in the history
  • Loading branch information
sheldonhull committed Jan 23, 2024
1 parent 315821c commit ddef202
Showing 1 changed file with 2 additions and 33 deletions.
35 changes: 2 additions & 33 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,37 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":dependencyDashboard",
":semanticPrefixFixDepsChoreOthers",
":ignoreModulesAndTests",
"replacements:all",
"workarounds:all",
":semanticCommitTypeAll(chore)",
"github>whitesource/merge-confidence:beta",
"github>aquaproj/aqua-renovate-config#1.2.6",
"helpers:pinGitHubActionDigests",
"regexManagers:githubActionsVersions",
"regexManagers:dockerfileVersions",
":enableVulnerabilityAlerts",
"group:linters",
"schedule:weekdays"
],
"packageRules": [
{
"matchPackagePatterns": ["*"],
"enabled": false
}
],
"osvVulnerabilityAlerts": true,
"vulnerabilityAlerts": {
"enabled": true,
"prCreation": "immediate",
"labels": ["security"],
"minimumReleaseAge": null,
"dependencyDashboardApproval": false,
"schedule": []
},
"recreateClosed": true,
"dependencyDashboardAutoclose": true
"DelineaXPM/renovate-config:security"
]
}

0 comments on commit ddef202

Please sign in to comment.