Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 1 addition & 37 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,43 +1,7 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
day: friday
interval: weekly
time: "05:30"
timezone: Europe/London
- package-ecosystem: nuget
directory: "/"
groups:
Microsoft.OpenApi:
patterns:
- Microsoft.OpenApi*
Swashbuckle.AspNetCore:
patterns:
- Swashbuckle.AspNetCore*
xunit:
patterns:
- Verify.Xunit*
- xunit*
schedule:
day: friday
interval: weekly
time: "05:30"
timezone: Europe/London
open-pull-requests-limit: 99
- package-ecosystem: npm
directory: "/src/TodoApp"
groups:
babel:
patterns:
- "@babel/*"
typescript-eslint:
patterns:
- "@typescript-eslint/*"
schedule:
day: friday
interval: weekly
time: "05:30"
interval: yearly
timezone: Europe/London
open-pull-requests-limit: 99
3 changes: 3 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
}
Loading