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 3c9db61 commit e332867
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ version: 2
updates:
# NuGet dependencies
- package-ecosystem: "nuget"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -28,7 +29,8 @@ updates:

# npm dependencies
- package-ecosystem: "npm"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -51,7 +53,8 @@ updates:

# Docker dependencies
- package-ecosystem: "docker"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -74,7 +77,8 @@ updates:

# GitHub Actions
- package-ecosystem: "github-actions"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -97,7 +101,8 @@ updates:

# Python (pip) dependencies
- package-ecosystem: "pip"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand All @@ -120,7 +125,8 @@ updates:

# Terraform dependencies
- package-ecosystem: "terraform"
directory: "*"
directories:
- "*"
schedule:
interval: "weekly"
day: "monday"
Expand Down

0 comments on commit e332867

Please sign in to comment.