Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam authored Apr 27, 2024
1 parent 74597d6 commit c539349
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
version: 2

updates:
- package-ecosystem: github-actions
- package-ecosystem: npm
directory: /
groups:
any: {patterns: ['*']}
npm-production: {dependency-type: production}
npm-development: {dependency-type: development}
schedule: {interval: monthly}

- package-ecosystem: npm
- package-ecosystem: github-actions
directory: /
groups:
production: {dependency-type: production}
development: {dependency-type: development}
github-actions: {patterns: ['*']}
schedule: {interval: monthly}

0 comments on commit c539349

Please sign in to comment.