Skip to content

Commit b15d9d2

Browse files
authored
Fix Dependabot config (#5012)
1 parent 1f8cbba commit b15d9d2

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,29 +7,33 @@ updates:
77
# Workflow files in .github/workflows will be checked
88
directory: "/"
99
labels: ["ci: skip news", "C: dependencies", "C: maintenance"]
10+
schedule:
11+
interval: daily
1012
cooldown:
1113
default-days: 7
1214

1315
- package-ecosystem: "pip"
1416
directory: "/"
1517
labels: ["ci: skip news", "C: dependencies"]
18+
schedule:
19+
interval: daily
1620
cooldown:
1721
default-days: 7
1822

1923
- package-ecosystem: "github-actions"
2024
directory: "/"
2125
patterns: ["pypa/cibuildwheel"]
2226
multi-ecosystem-group: "cibuildwheel"
23-
cooldown:
24-
default-days: 7
2527

2628
- package-ecosystem: "pip"
2729
directory: "/"
2830
patterns: ["cibuildwheel"]
2931
multi-ecosystem-group: "cibuildwheel"
30-
cooldown:
31-
default-days: 7
3232

3333
multi-ecosystem-groups:
3434
cibuildwheel:
35+
schedule:
36+
interval: daily
37+
cooldown:
38+
default-days: 7
3539
labels: ["ci: skip news", "C: dependencies"]

0 commit comments

Comments
 (0)