Skip to content

Commit

Permalink
ci: Increase frequency of dependabot checks (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-mills-cqc authored Nov 26, 2024
1 parent 836ccab commit c2ebf08
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
Expand Up @@ -3,14 +3,14 @@ updates:
- package-ecosystem: pip
directory: "/"
schedule:
interval: "weekly"
interval: "daily"
target-branch: "main"
commit-message:
prefix: "ci(py-deps)"
- package-ecosystem: github-actions
directory: ".github/workflows"
schedule:
interval: "weekly"
interval: "daily"
target-branch: "main"
commit-message:
prefix: "ci(workflow-deps)"

0 comments on commit c2ebf08

Please sign in to comment.