Skip to content

Commit c8d2a07

Browse files
committed
Tweak config
1 parent ad01eb2 commit c8d2a07

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

.github/renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
"matchDatasources": ["maven"],
1414
"matchPackageNames": ["commons-collections:commons-collections", "commons-io:commons-io", "commons-lang:commons-lang"],
1515
"versioning": "regex:^(?<major>\\d{1,4})\\.(?<minor>\\d+)(\\.(?<patch>\\d+))?$"
16+
},
17+
{
18+
"matchPackagePrefixes": ["software.amazon.awssdk"],
19+
"extends": ["schedule:monthly"]
1620
}
17-
]
21+
],
22+
"schedule": [
23+
"every weekend",
24+
"at any time"
25+
],
26+
"prConcurrentLimit": 10
1827
}

0 commit comments

Comments
 (0)