Skip to content

Commit

Permalink
Configure dependabot
Browse files Browse the repository at this point in the history
Enable dependabot for GitHub Actions and NuGet packages.
  • Loading branch information
martincostello committed Apr 3, 2024
1 parent ff8f4be commit 16f8201
Showing 1 changed file with 58 additions and 0 deletions.
58 changes: 58 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly
day: wednesday
time: "10:00"
timezone: Europe/London
# TODO Enable npm updates
#- package-ecosystem: npm
# directory: "/src/Swashbuckle.AspNetCore.ReDoc"
# schedule:
# interval: weekly
# day: wednesday
# time: "10:00"
# timezone: Europe/London
#- package-ecosystem: npm
# directory: "/src/Swashbuckle.AspNetCore.SwaggerUI"
# schedule:
# interval: weekly
# day: wednesday
# time: "10:00"
# timezone: Europe/London
- package-ecosystem: nuget
directory: "/"
groups:
coverlet:
patterns:
- coverlet*
Microsoft.OpenApi:
patterns:
- Microsoft.OpenApi*
xunit:
patterns:
- xunit*
schedule:
interval: weekly
day: wednesday
time: "10:00"
timezone: Europe/London
ignore:
# Ignore the libraries which are "pinned"
- dependency-name: "IdentityServer4"
- dependency-name: "IdentityServer4.AccessTokenValidation"
- dependency-name: "Microsoft.AspNetCore"
- dependency-name: "Microsoft.AspNetCore.App"
- dependency-name: "Microsoft.AspNetCore.Mvc.ApiExplorer"
- dependency-name: "Microsoft.AspNetCore.Mvc.DataAnnotations"
- dependency-name: "Microsoft.AspNetCore.Mvc.Formatters.Json"
- dependency-name: "Microsoft.AspNetCore.Mvc.NewtonsoftJson"
- dependency-name: "Microsoft.AspNetCore.Mvc.Testing"
- dependency-name: "Microsoft.AspNetCore.Routing"
- dependency-name: "Microsoft.AspNetCore.StaticFiles"
- dependency-name: "Microsoft.Extensions.FileProviders.Embedded"
- dependency-name: "Microsoft.OpenApi"
- dependency-name: "Microsoft.OpenApi.Readers"
- dependency-name: "System.Text.Json"

0 comments on commit 16f8201

Please sign in to comment.