File tree Expand file tree Collapse file tree 1 file changed +16
-14
lines changed
Expand file tree Collapse file tree 1 file changed +16
-14
lines changed Original file line number Diff line number Diff line change 44# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
55
66version : 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
You can’t perform that action at this time.
0 commit comments