Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mscno authored Feb 11, 2025
1 parent b569f7b commit ad74121
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ updates:
- package-ecosystem: "docker"
directory: "/.github/dockerfile-for-dependabot/"
schedule:
interval: "daily"
interval: "monthly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 100
- package-ecosystem: "gomod"
directory: "/" # Adjust if go.mod is in a subdirectory
schedule:
interval: "daily"
interval: "monthly"
open-pull-requests-limit: 10

0 comments on commit ad74121

Please sign in to comment.