mirror of
https://github.com/PowerShell/PowerShell.git
synced 2024-11-23 01:34:19 +08:00
c19b65133c
* [StepSecurity] Apply security best practices Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> * Update dependabot.yml * Delete tools/releaseBuild/Images/microsoft_powershell_centos7 directory * Delete tools/releaseBuild/Images/microsoft_powershell_ubuntu16.04 directory * Delete tools/releaseBuild/Images/microsoft_powershell_ubuntu18.04 directory * Delete tools/releaseBuild/Images/microsoft_powershell_windowsservercore/Dockerfile --------- Signed-off-by: StepSecurity Bot <bot@stepsecurity.io> Co-authored-by: Travis Plunk <travis.plunk@microsoft.com>
68 lines
1.7 KiB
YAML
68 lines
1.7 KiB
YAML
version: 2
|
|
|
|
updates:
|
|
- package-ecosystem: "nuget"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
ignore:
|
|
- dependency-name: "System.*"
|
|
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
|
|
- dependency-name: "Microsoft.Windows.Compatibility"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
ignore:
|
|
- dependency-name: "System.*"
|
|
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
|
|
- dependency-name: "Microsoft.Windows.Compatibility"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/tools/packaging/projects/reference/System.Management.Automation"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
ignore:
|
|
- dependency-name: "System.*"
|
|
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
|
|
- dependency-name: "Microsoft.Windows.Compatibility"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/test/tools/Modules"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
ignore:
|
|
- dependency-name: "System.*"
|
|
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
|
|
- dependency-name: "Microsoft.Windows.Compatibility"
|
|
|
|
- package-ecosystem: "nuget"
|
|
directory: "/src/Modules"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
labels:
|
|
- "CL-BuildPackaging"
|
|
|
|
- package-ecosystem: docker
|
|
directory: /
|
|
schedule:
|
|
interval: daily
|
|
labels:
|
|
- "CL-BuildPackaging"
|