-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdependabot.yml
More file actions
48 lines (46 loc) · 1.18 KB
/
dependabot.yml
File metadata and controls
48 lines (46 loc) · 1.18 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Dependabot configuration for RocketModFix.Unturned.Redist
# This file monitors dependencies and automatically creates pull requests to update them
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "UTC"
open-pull-requests-limit: 10
reviewers:
- "@me"
assignees:
- "@me"
commit-message:
prefix: "deps"
include: "scope"
labels:
- "dependencies"
- "github-actions"
# Enable version updates for NuGet packages (if any are added in the future)
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "weekly"
day: "monday"
time: "09:00"
timezone: "UTC"
open-pull-requests-limit: 10
reviewers:
- "@me"
assignees:
- "@me"
commit-message:
prefix: "deps"
include: "scope"
labels:
- "dependencies"
- "nuget"
# Only update packages that are explicitly referenced
allow:
# Allow all packages by default, but this can be restricted if needed
- dependency-type: "direct"