Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tarampampam committed Apr 27, 2024
1 parent 4ac8d3a commit b799687
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Expand Up @@ -6,12 +6,12 @@ updates:
- package-ecosystem: npm
directory: /
groups:
production: {dependency-type: production}
development: {dependency-type: development}
npm-production: {dependency-type: production}
npm-development: {dependency-type: development}
schedule: {interval: monthly}

- package-ecosystem: github-actions
directory: /
groups:
any: {patterns: ['*']}
github-actions: {patterns: ['*']}
schedule: {interval: monthly}

0 comments on commit b799687

Please sign in to comment.