Skip to content

Commit

Permalink
chore: Change dependabot scans to monthly instead of weekly (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr authored Oct 21, 2024
1 parent 47b2531 commit 3745a67
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 @@ -8,16 +8,16 @@ updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "nuget" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 3745a67

Please sign in to comment.