Browse Source

🔧 Set Dependabot schedule interval to "monthly" (#15874)

pull/15980/head
Yurii Motov 4 days ago
committed by GitHub
parent
commit
59e4a1c8a8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 4
      .github/dependabot.yml

4
.github/dependabot.yml

@ -4,7 +4,7 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
cooldown:
default-days: 7
commit-message:
@ -21,7 +21,7 @@ updates:
- package-ecosystem: "uv"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
cooldown:
default-days: 7
commit-message:

Loading…
Cancel
Save