Skip to content

Commit

Permalink
dependabot: switch to grouped updates (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Mar 7, 2024
1 parent 04007e7 commit 4c51cc4
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/dependabot.yml
Expand Up @@ -4,9 +4,12 @@ updates:
directory: "/"
schedule:
interval: monthly
labels:
- dependencies
- github_actions
reviewers:
- XhmikosR
- package-ecosystem: npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
Expand All @@ -15,3 +18,8 @@ updates:
reviewers:
- XhmikosR
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 4c51cc4

Please sign in to comment.