We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3101b0d commit 880082bCopy full SHA for 880082b
.github/dependabot.yml
@@ -11,6 +11,9 @@ updates:
11
commit-message:
12
prefix: "chore"
13
include: "scope"
14
+ cooldown:
15
+ default-days: 7
16
+ exclude: ["github.com/stackitcloud*"]
17
- package-ecosystem: "gomod"
18
directory: "/sdk"
19
schedule:
@@ -22,6 +25,9 @@ updates:
22
25
23
26
24
27
28
29
30
31
- package-ecosystem: "github-actions"
32
directory: "/"
33
@@ -33,6 +39,8 @@ updates:
39
34
40
35
41
42
43
36
44
- package-ecosystem: "docker"
37
45
directory: "/.devcontainer"
38
46
0 commit comments