Skip to content

Commit 1b822a6

Browse files
fix: Update dependabot.yml (#9)
## Description Please include a summary of the change and which issue is fixed. ## Type of change - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update ## Checklist - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have made corresponding changes to the documentation - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with `make test`
1 parent 990e31a commit 1b822a6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ updates:
4141
- package-ecosystem: "github-actions"
4242
directory: "/"
4343
schedule:
44-
interval: "daily"
44+
interval: "weekly"
4545
time: "09:00"
4646
labels:
4747
- "dependencies"

0 commit comments

Comments
 (0)