Skip to content

Commit

Permalink
feat: Group dependency updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Ackuq committed Sep 29, 2023
1 parent 81cd860 commit 232007b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
directory: "/"
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"
schedule:
interval: daily
time: '04:00'
time: "06:00"
timezone: "Europe/Stockholm"
open-pull-requests-limit: 10

0 comments on commit 232007b

Please sign in to comment.