Skip to content

Commit

Permalink
chore: fix dependabot configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
almeidx committed Oct 13, 2024
1 parent eb5fda8 commit 4cc4c5d
Show file tree
Hide file tree
Showing 3 changed files with 23,096 additions and 23,091 deletions.
35 changes: 35 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
version: 2

updates:
- package-ecosystem: npm
directory: /
schedule:
interval: daily
groups:
non-major:
update-types:
- minor
- patch

- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
groups:
github-actions:
patterns:
- "*"

- package-ecosystem: devcontainers
directory: /
schedule:
interval: weekly
groups:
devcontainers:
patterns:
- "*"

- package-ecosystem: docker
directory: /
schedule:
interval: weekly
30 changes: 0 additions & 30 deletions dependabot.yml

This file was deleted.

Loading

0 comments on commit 4cc4c5d

Please sign in to comment.