Skip to content

Commit

Permalink
Reduce dependabot frequency to monthly
Browse files Browse the repository at this point in the history
elliot-100 authored Jul 5, 2024
1 parent 3833978 commit d4feb25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -4,13 +4,13 @@ updates:
- package-ecosystem: "pip"
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
assignees:
- "elliot-100"

- package-ecosystem: "github-actions" # only supports updates using the GitHub repository syntax, such as actions/checkout@v3
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"
assignees:
- "elliot-100"

0 comments on commit d4feb25

Please sign in to comment.