mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 17:53:58 +08:00
Add dependabot
rules to ignore updates from .NET (#12466)
This commit is contained in:
parent
53d1f0176d
commit
c27ae52bae
@ -8,24 +8,52 @@ update_configs:
|
||||
update_schedule: "live"
|
||||
default_labels:
|
||||
- "CL-BuildPackaging"
|
||||
ignored_updates:
|
||||
- match:
|
||||
dependency_name: "System.*"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Win32.Registry.AccessControl"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Windows.Compatibility"
|
||||
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility"
|
||||
update_schedule: "live"
|
||||
default_labels:
|
||||
- "CL-BuildPackaging"
|
||||
ignored_updates:
|
||||
- match:
|
||||
dependency_name: "System.*"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Win32.Registry.AccessControl"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Windows.Compatibility"
|
||||
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/tools/packaging/projects/reference/System.Management.Automation"
|
||||
update_schedule: "live"
|
||||
default_labels:
|
||||
- "CL-BuildPackaging"
|
||||
ignored_updates:
|
||||
- match:
|
||||
dependency_name: "System.*"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Win32.Registry.AccessControl"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Windows.Compatibility"
|
||||
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/test/tools/Modules"
|
||||
update_schedule: "live"
|
||||
default_labels:
|
||||
- "CL-BuildPackaging"
|
||||
ignored_updates:
|
||||
- match:
|
||||
dependency_name: "System.*"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Win32.Registry.AccessControl"
|
||||
- match:
|
||||
dependency_name: "Microsoft.Windows.Compatibility"
|
||||
|
||||
- package_manager: "dotnet:nuget"
|
||||
directory: "/src/Modules"
|
||||
|
Loading…
Reference in New Issue
Block a user