Skip to content

Commit

Permalink
chore: add dependabot configuration (#58)
Browse files Browse the repository at this point in the history
* chore: add dependabot configuration

Signed-off-by: lechnerc77 <[email protected]>

* chore: grouping and formatting

Signed-off-by: lechnerc77 <[email protected]>

---------

Signed-off-by: lechnerc77 <[email protected]>
  • Loading branch information
lechnerc77 authored Mar 14, 2024
1 parent 1e06f4c commit d276c4d
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: 'github-actions'
directory: '/'
schedule:
interval: 'weekly'
groups:
all:
patterns:
- '*'
- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
groups:
all:
patterns:
- '*'
- package-ecosystem: 'devcontainers'
directory: '/.devcontainer'
schedule:
interval: weekly
groups:
all:
patterns:
- '*'

0 comments on commit d276c4d

Please sign in to comment.