Skip to content

Commit 0c4a1e5

Browse files
Feat/stackittpr 442 depedency cooldowns (#1233)
* feat(deps) configure 7 day cooldown for external dependencies * feat(deps) remove renovate config in favor of dependabot * fix(deps) manage internal vs external dependencies via cooldown.exclude
1 parent 62cb4c5 commit 0c4a1e5

File tree

3 files changed

+5
-34
lines changed

3 files changed

+5
-34
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "daily"
7+
cooldown:
8+
default-days: 7
9+
exclude: ["github.com/stackitcloud*"]
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
1013
interval: "daily"
14+
cooldown:
15+
default-days: 7

.github/renovate.json

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

.github/workflows/renovate.yaml

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

0 commit comments

Comments
 (0)