Skip to content

Commit

Permalink
Update dependabot configuration to V2 format (#14882)
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatwardhan committed Feb 22, 2021
1 parent 1426442 commit 8bc194c
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,55 +1,53 @@
version: 2

# update_schedule: live is only supported on javascript, ruby:bundler, python, php:composer, dotnet:nuget, rust:cargo, elixir:hex

updates:
- package-ecosystem: "dotnet:nuget"
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "live"
interval: "daily"
labels:
- "CL-BuildPackaging"
ignore:
- dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility"

- package-ecosystem: "dotnet:nuget"
- package-ecosystem: "nuget"
directory: "/tools/packaging/projects/reference/Microsoft.PowerShell.Commands.Utility"
schedule:
interval: "live"
interval: "daily"
labels:
- "CL-BuildPackaging"
ignored_updates:
ignore:
- dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility"

- package-ecosystem: "dotnet:nuget"
- package-ecosystem: "nuget"
directory: "/tools/packaging/projects/reference/System.Management.Automation"
schedule:
interval: "live"
interval: "daily"
labels:
- "CL-BuildPackaging"
ignored_updates:
ignore:
- dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility"

- package-ecosystem: "dotnet:nuget"
- package-ecosystem: "nuget"
directory: "/test/tools/Modules"
schedule:
interval: "live"
interval: "daily"
labels:
- "CL-BuildPackaging"
ignored_updates:
ignore:
- dependency-name: "System.*"
- dependency-name: "Microsoft.Win32.Registry.AccessControl"
- dependency-name: "Microsoft.Windows.Compatibility"

- package_manager: "dotnet:nuget"
- package-ecosystem: "nuget"
directory: "/src/Modules"
schedule:
interval: "live"
interval: "daily"
labels:
- "CL-BuildPackaging"

0 comments on commit 8bc194c

Please sign in to comment.