Skip to content

Commit 212c5e9

Browse files
committed
Update renovate config to not ignore vendor/ directory
1 parent fedbb5c commit 212c5e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
":dependencyDashboard",
5+
":ignoreModulesAndTests",
6+
":semanticPrefixFixDepsChoreOthers",
7+
":autodetectPinVersions",
8+
":prHourlyLimit2",
9+
":prConcurrentLimit10",
10+
"group:monorepos",
11+
"group:recommended",
12+
"workarounds:all"
513
],
614
"postUpdateOptions": [
715
"gomodTidy1.17",

0 commit comments

Comments
 (0)