Skip to content

Commit

Permalink
ci: change interval to weekly (#2386)
Browse files Browse the repository at this point in the history
## Description

## What type of PR is this? (check all applicable)
- [ ] Bug Fix
- [ ] Feature
- [ ] Refactor
- [ ] Deprecation
- [ ] Breaking Change
- [ ] Documentation Update
- [x] CI

## Checklist
- [ ] I have made corresponding changes to the documentation (`docs/`)
- [ ] I have made corresponding changes to the changelog
(`CHANGELOG.md`)

(cherry picked from commit 0dcdc7d)
  • Loading branch information
DjordyKoert committed Nov 8, 2024
1 parent eded260 commit 983e64e
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 @@ -10,5 +10,5 @@ updates:
- package-ecosystem: "npm"
directory: "/utils"
schedule:
interval: "daily"
versioning-strategy: increase
interval: "weekly"
versioning-strategy: increase

0 comments on commit 983e64e

Please sign in to comment.