Skip to content

Commit

Permalink
Merge pull request #95 from Syriiin/dependabot-weekly
Browse files Browse the repository at this point in the history
Reduce dependabot frequency to weekly
  • Loading branch information
Syriiin authored Nov 7, 2024
2 parents 1b84d1f + 8dddd35 commit 9a791e3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ updates:
- "/Difficalcy.Taiko.Tests"
- "/Difficalcy.Tests"
schedule:
interval: "daily"
interval: "weekly"
groups:
test-tools:
applies-to: version-updates
Expand All @@ -27,12 +27,12 @@ updates:
- package-ecosystem: "pip"
directory: "/docs"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/.github/workflows"
schedule:
interval: "daily"
interval: "weekly"

0 comments on commit 9a791e3

Please sign in to comment.