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 6ccd787
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 30 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: 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: docker
directory: /
schedule:
interval: weekly
30 changes: 0 additions & 30 deletions dependabot.yml

This file was deleted.

0 comments on commit 6ccd787

Please sign in to comment.