Skip to content

Commit

Permalink
chore: grouping and formatting
Browse files Browse the repository at this point in the history
Signed-off-by: lechnerc77 <drchristian.lechner@outlook.de>
  • Loading branch information
lechnerc77 committed Mar 14, 2024
1 parent 4db9c22 commit 9d944d2
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,26 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
interval: 'weekly'
groups:
all:
patterns:
- '*'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: "weekly"
- package-ecosystem: "devcontainers"
directory: "/.devcontainer"
interval: 'weekly'
groups:
all:
patterns:
- '*'
- package-ecosystem: 'devcontainers'
directory: '/.devcontainer'
schedule:
interval: weekly
groups:
all:
patterns:
- '*'

0 comments on commit 9d944d2

Please sign in to comment.