Skip to content

Commit

Permalink
Update dependabot.yml (#10)
Browse files Browse the repository at this point in the history
update dependabot to check daily
  • Loading branch information
Rajagopalan-Ranganathan authored May 29, 2024
1 parent ec8dd02 commit 202509a
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 @@ -4,7 +4,7 @@ updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
labels:
- "area/dependencies"
groups:
Expand All @@ -13,7 +13,7 @@ updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
labels:
- "area/dependencies"
groups:
Expand All @@ -22,7 +22,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
interval: "daily"
groups:
actions-version:
patterns: ["*"]

0 comments on commit 202509a

Please sign in to comment.