forked from BornToBeRoot/NETworkManager
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdependabot.yml
More file actions
33 lines (33 loc) · 777 Bytes
/
Copy pathdependabot.yml
File metadata and controls
33 lines (33 loc) · 777 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
32
33
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/Source"
schedule:
interval: weekly
target-branch: main
commit-message:
prefix: "Dependency (dependabot/nuget):"
labels:
- ":heavy_check_mark: dependencies"
- package-ecosystem: "dotnet-sdk"
directory: "/Source"
ignore:
- dependency-name: dotnet-sdk
update-types:
- "version-update:semver-major"
schedule:
interval: weekly
target-branch: main
commit-message:
prefix: "Dependency (dependabot/dotnet-sdk):"
labels:
- ":heavy_check_mark: dependencies"
- package-ecosystem: "npm"
directory: "/Website"
schedule:
interval: weekly
target-branch: main
commit-message:
prefix: "Dependency (dependabot/npm):"
labels:
- ":heavy_check_mark: dependencies"