Skip to content

Commit

Permalink
Dependabot: group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR authored Nov 3, 2024
1 parent ffca12f commit 5292d5f
Showing 1 changed file with 17 additions and 14 deletions.
31 changes: 17 additions & 14 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,26 +1,29 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
day: tuesday
time: "11:30"
timezone: Europe/Athens
reviewers:
- XhmikosR
labels:
- dependencies
versioning-strategy: increase
- package-ecosystem: "github-actions"
- github_actions
reviewers:
- XhmikosR
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
day: tuesday
time: "11:30"
timezone: Europe/Athens
reviewers:
- XhmikosR
labels:
- dependencies
- github_actions
reviewers:
- XhmikosR
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 5292d5f

Please sign in to comment.