Skip to content

Commit a03e63d

Browse files
Feat/stackittpr 442 depedency cooldowns (#4201)
* feat(deps) add global 7d dependency cooldown, set to 0 for internal deps * feat(deps) rm dependabot config configured renovate instead of dependabot because of: dependabot/dependabot-core#6012
1 parent 8fe71c8 commit a03e63d

File tree

2 files changed

+3
-12
lines changed

2 files changed

+3
-12
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
This file was deleted.

.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)