Skip to content

Commit

Permalink
chore: add groups to dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
yordis committed Jul 1, 2024
1 parent f68752d commit cabe2ae
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,19 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: '/'
directory: "/"
schedule:
interval: monthly

- package-ecosystem: mix
directory: '/'
directory: "/"
schedule:
interval: monthly
groups:
prod:
dependency-type: production
dev:
dependency-type: development
ignore:
- dependency-name: 'ibrowse'
versions: ['4.4.1']
- dependency-name: "ibrowse"
versions: ["4.4.1"]

0 comments on commit cabe2ae

Please sign in to comment.