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

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jul 19, 2024
1 parent 3a87770 commit 15a4cc7
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"configMigration": true,
"extends": [
"config:base",
"config:recommended",
"workarounds:all",
"replacements:all",
":enableVulnerabilityAlerts",
Expand All @@ -18,14 +18,19 @@
":pinDevDependencies",
":ignoreModulesAndTests"
],
"labels": [
"dependencies"
],
"labels": [
"dependencies"
],
"semanticCommits": "enabled",
"golang": {
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
"packageRules": [
{
"matchCategories": [
"golang"
],
"postUpdateOptions": [
"gomodTidy",
"gomodUpdateImportPaths"
]
}
]
}

0 comments on commit 15a4cc7

Please sign in to comment.