Skip to content

Commit

Permalink
Cleanup dependabot config file + reduced check frequency
Browse files Browse the repository at this point in the history
This config file is used for feature upgrade checks only, so does not need frequent execution.
Alerts configured in Github directly are intended to trigger checks for security upgrades,
which should happen independent of the schedule defined here.
  • Loading branch information
mluypaert committed Mar 15, 2024
1 parent 17031d4 commit 1c89f00
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,8 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "pip"
directory: "/pipeline/seq_retrieval/" # Location of package manifests
directory: "/pipeline/seq_retrieval/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/pipeline/seq_retrieval/tests/" # Location of package manifests
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 1c89f00

Please sign in to comment.