Update dependabot configuration to V2 format (#14882)

This commit is contained in:
Aditya Patwardhan 2021-02-22 12:34:10 -08:00 committed by GitHub
parent 1426442fef
commit 8bc194cb11
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,12 +1,10 @@
version: 2 version: 2
# update_schedule: live is only supported on javascript, ruby:bundler, python, php:composer, dotnet:nuget, rust:cargo, elixir:hex
updates: updates:
- package-ecosystem: "dotnet:nuget" - package-ecosystem: "nuget"
directory: "/" directory: "/"
schedule: schedule:
interval: "live" interval: "daily"
labels: labels:
- "CL-BuildPackaging" - "CL-BuildPackaging"
ignore: ignore:
@ -14,42 +12,42 @@ updates:
- dependency-name: "Microsoft.Win32.Registry.AccessControl" - dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility" - dependency-name: "Microsoft.Windows.Compatibility"
- package-ecosystem: "dotnet:nuget" - package-ecosystem: "nuget"
directory: "/tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility" directory: "/tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility"
schedule: schedule:
interval: "live" interval: "daily"
labels: labels:
- "CL-BuildPackaging" - "CL-BuildPackaging"
ignored_updates: ignore:
- dependency-name: "System.*" - dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl" - dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility" - dependency-name: "Microsoft.Windows.Compatibility"
- package-ecosystem: "dotnet:nuget" - package-ecosystem: "nuget"
directory: "/tools/packaging/projects/reference/System.Management.Automation" directory: "/tools/packaging/projects/reference/System.Management.Automation"
schedule: schedule:
interval: "live" interval: "daily"
labels: labels:
- "CL-BuildPackaging" - "CL-BuildPackaging"
ignored_updates: ignore:
- dependency-name: "System.*" - dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl" - dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility" - dependency-name: "Microsoft.Windows.Compatibility"
- package-ecosystem: "dotnet:nuget" - package-ecosystem: "nuget"
directory: "/test/tools/Modules" directory: "/test/tools/Modules"
schedule: schedule:
interval: "live" interval: "daily"
labels: labels:
- "CL-BuildPackaging" - "CL-BuildPackaging"
ignored_updates: ignore:
- dependency-name: "System.*" - dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl" - dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility" - dependency-name: "Microsoft.Windows.Compatibility"
- package_manager: "dotnet:nuget" - package-ecosystem: "nuget"
directory: "/src/Modules" directory: "/src/Modules"
schedule: schedule:
interval: "live" interval: "daily"
labels: labels:
- "CL-BuildPackaging" - "CL-BuildPackaging"