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 (#96)
Browse files Browse the repository at this point in the history
* feat(security): add new renovate options

Signed-off-by: DaxJohnson <[email protected]>

* fix(lint): whitespace alignment

Signed-off-by: DaxJohnson <[email protected]>

---------

Signed-off-by: DaxJohnson <[email protected]>
  • Loading branch information
delta592 authored Jul 19, 2024
1 parent 3178861 commit 3a87770
Showing 1 changed file with 29 additions and 13 deletions.
42 changes: 29 additions & 13 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,31 @@
{
"extends": [
"config:base"
],
"labels": [
"dependencies"
],
"semanticCommits": "enabled",
"golang": {
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
"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"
]
}
}

0 comments on commit 3a87770

Please sign in to comment.