Skip to content
This repository has been archived by the owner on Oct 22, 2024. It is now read-only.

Commit

Permalink
feat(security): add new renovate options
Browse files Browse the repository at this point in the history
Signed-off-by: DaxJohnson <delta592@gmail.com>
  • Loading branch information
delta592 committed Jul 19, 2024
1 parent 3178861 commit 2da0a05
Showing 1 changed file with 28 additions and 12 deletions.
40 changes: 28 additions & 12 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
{
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"configMigration": true,
"extends": [
"config:base",
"workarounds:all",
"replacements:all",
":enableVulnerabilityAlerts",
"group:monorepos",
"group:recommended",
"group:allNonMajor",
":ignoreUnstable",
":separateMultipleMajorReleases",
":separatePatchReleases",
":rebaseStalePrs",
":prImmediately",
":prHourlyLimitNone",
":prConcurrentLimitNone",
":pinDevDependencies",
":ignoreModulesAndTests"
],
"labels": [
"dependencies"
],
"semanticCommits": "enabled",
"golang": {
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
"golang": {
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
}

0 comments on commit 2da0a05

Please sign in to comment.