forked from github/copilot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yaml
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathdependabot.yaml
File metadata and controls
31 lines (31 loc) · 805 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
30
31
version: 2
multi-ecosystem-groups:
all:
schedule:
interval: 'weekly'
updates:
- package-ecosystem: 'github-actions'
directory: '/'
multi-ecosystem-group: 'all'
- package-ecosystem: 'devcontainers'
directory: '/'
multi-ecosystem-group: 'all'
# Node.js dependencies
- package-ecosystem: 'npm'
directory: '/nodejs'
multi-ecosystem-group: 'all'
- package-ecosystem: 'npm'
directory: '/test/harness'
multi-ecosystem-group: 'all'
# Python dependencies
- package-ecosystem: 'pip'
directory: '/python'
multi-ecosystem-group: 'all'
# Go dependencies
- package-ecosystem: 'gomod'
directory: '/go'
multi-ecosystem-group: 'all'
# .NET dependencies
- package-ecosystem: 'nuget'
directory: '/dotnet'
multi-ecosystem-group: 'all'