Skip to content

Commit c784cf3

Browse files
committed
Add cooldown for dependabot updates
1 parent 71014c6 commit c784cf3

7 files changed

Lines changed: 34 additions & 9 deletions

File tree

cpp/.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,10 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
- package-ecosystem: "pip"
88
directory: "/"
99
schedule:
1010
interval: "monthly"
11+
cooldown:
12+
default-days: 7

cppjswasm/.github/dependabot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"
@@ -19,6 +21,8 @@ updates:
1921
directory: "/js"
2022
schedule:
2123
interval: "monthly"
24+
cooldown:
25+
default-days: 7
2226
labels:
2327
- "lang: javascript"
2428
- "part: dependencies"

js/.github/dependabot.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"
@@ -19,7 +21,8 @@ updates:
1921
directory: "/js"
2022
schedule:
2123
interval: "monthly"
24+
cooldown:
25+
default-days: 7
2226
labels:
2327
- "lang: javascript"
2428
- "part: dependencies"
25-

jupyter/.github/dependabot.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"
@@ -19,6 +21,8 @@ updates:
1921
directory: "/js"
2022
schedule:
2123
interval: "monthly"
24+
cooldown:
25+
default-days: 7
2226
labels:
2327
- "lang: javascript"
2428
- "part: dependencies"

python/.github/dependabot.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"

rust/.github/dependabot.yaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,22 +3,26 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"
17-
19+
1820
- package-ecosystem: "cargo"
1921
directory: "/"
2022
schedule:
2123
interval: "monthly"
24+
cooldown:
25+
default-days: 7
2226
labels:
2327
- "lang: rust"
2428
- "part: dependencies"

rustjswasm/.github/dependabot.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,16 @@ updates:
33
- package-ecosystem: "github-actions"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
labels:
88
- "part: github_actions"
99

1010
- package-ecosystem: "pip"
1111
directory: "/"
1212
schedule:
1313
interval: "monthly"
14+
cooldown:
15+
default-days: 7
1416
labels:
1517
- "lang: python"
1618
- "part: dependencies"
@@ -19,6 +21,8 @@ updates:
1921
directory: "/js"
2022
schedule:
2123
interval: "monthly"
24+
cooldown:
25+
default-days: 7
2226
labels:
2327
- "lang: javascript"
2428
- "part: dependencies"
@@ -27,6 +31,8 @@ updates:
2731
directory: "/"
2832
schedule:
2933
interval: "monthly"
34+
cooldown:
35+
default-days: 7
3036
labels:
3137
- "lang: rust"
3238
- "part: dependencies"

0 commit comments

Comments
 (0)