Skip to content

Commit 332b333

Browse files
committed
disable dependabot
1 parent 72d0cbd commit 332b333

File tree

1 file changed

+16
-14
lines changed

1 file changed

+16
-14
lines changed

.github/dependabot.yml

Lines changed: 16 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,19 @@
44
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55

66
version: 2
7-
updates:
8-
- package-ecosystem: nuget
9-
directory: "/"
10-
schedule:
11-
interval: "daily"
12-
groups:
13-
# Specify a name for the group, which will be used in pull request titles
14-
# and branch names
15-
Avalonia:
16-
# Define patterns to include dependencies in the group (based on
17-
# dependency name)
18-
applies-to: version-updates # Applies the group rule to version updates
19-
patterns:
20-
- "Avalonia*" # A wildcard string that matches multiple dependency names
7+
# Dependabot doesn't handle CPM yet. So we disable it for now. Instead we have a workflow file for it.
8+
9+
#updates:
10+
# - package-ecosystem: nuget
11+
# directory: "/"
12+
# schedule:
13+
# interval: "daily"
14+
# groups:
15+
# # Specify a name for the group, which will be used in pull request titles
16+
# # and branch names
17+
# Avalonia:
18+
# # Define patterns to include dependencies in the group (based on
19+
# # dependency name)
20+
# applies-to: version-updates # Applies the group rule to version updates
21+
# patterns:
22+
# - "Avalonia*" # A wildcard string that matches multiple dependency names

0 commit comments

Comments
 (0)