Skip to content

Commit

Permalink
Merge pull request #1125 from rodekruis/elwinschmitz-patch-1
Browse files Browse the repository at this point in the history
ci: Reduce frequency of update-checks
  • Loading branch information
elwinschmitz authored Oct 10, 2024
2 parents 9d65b77 + 6ca99c7 commit 6ffe0fa
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 @@ -6,13 +6,13 @@ updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
interval: 'monthly'

- package-ecosystem: 'npm'
directory: '/'
target-branch: 'develop'
schedule:
interval: 'weekly'
interval: 'monthly'
versioning-strategy: increase
groups:
angular:
Expand Down

0 comments on commit 6ffe0fa

Please sign in to comment.