Skip to content

Commit 2a26fba

Browse files
committed
feat(deps) add global 7d dependency cooldown, set to 0 for internal deps
1 parent 82d754b commit 2a26fba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/renovate.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"repositories": [
1414
"stackitcloud/stackit-sdk-go"
1515
],
16+
"minimumReleaseAge": "7d",
1617
"enabledManagers": [
1718
"gomod",
1819
"github-actions"
@@ -22,7 +23,8 @@
2223
"matchSourceUrls": [
2324
"https://github.com/stackitcloud/stackit-sdk-go"
2425
],
25-
"groupName": "SDK"
26+
"groupName": "SDK",
27+
"minimumReleaseAge": "0d"
2628
}
2729
],
2830
"allowedCommands": [

0 commit comments

Comments
 (0)