-
-
Notifications
You must be signed in to change notification settings - Fork 12.3k
Expand file tree
/
Copy pathdependabot.yml
More file actions
29 lines (29 loc) · 677 Bytes
/
dependabot.yml
File metadata and controls
29 lines (29 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: daily
cooldown:
default-days: 7
commit-message:
prefix: "MAINT"
labels:
- "03 - Maintenance"
ignore:
- dependency-name: "bus1/cabuild"
- package-ecosystem: pip
directory: /requirements
schedule:
interval: daily
cooldown:
default-days: 7
commit-message:
prefix: "MAINT"
labels:
- "03 - Maintenance"
ignore:
- dependency-name: "scipy-openblas32"
- dependency-name: "scipy-openblas64"
- dependency-name: "jupyterlite-pyodide-kernel"
- dependency-name: "sphinx"