Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeHutchinson authored Dec 4, 2024
1 parent e332867 commit 48d2a7b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ updates:
# NuGet dependencies
- package-ecosystem: "nuget"
directories:
- "*"
- "**/*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -30,7 +30,7 @@ updates:
# npm dependencies
- package-ecosystem: "npm"
directories:
- "*"
- "**/*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -54,7 +54,7 @@ updates:
# Docker dependencies
- package-ecosystem: "docker"
directories:
- "*"
- "**/*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -78,7 +78,7 @@ updates:
# GitHub Actions
- package-ecosystem: "github-actions"
directories:
- "*"
- ".github/*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -102,7 +102,7 @@ updates:
# Python (pip) dependencies
- package-ecosystem: "pip"
directories:
- "*"
- "**/*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -126,7 +126,7 @@ updates:
# Terraform dependencies
- package-ecosystem: "terraform"
directories:
- "*"
- "**/*"
schedule:
interval: "weekly"
day: "monday"
Expand Down

0 comments on commit 48d2a7b

Please sign in to comment.