Skip to content

Commit

Permalink
Dependabot: group updates
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Oct 1, 2024
1 parent 1570476 commit 1f1b1f3
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
version: 2
updates:
- package-ecosystem: npm
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: monthly
day: monday
time: "11:00"
timezone: Europe/Athens
open-pull-requests-limit: 10
versioning-strategy: increase
- package-ecosystem: "github-actions"
groups:
github-actions:
patterns:
- "*"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: monthly
day: monday
time: "11:00"
timezone: Europe/Athens
open-pull-requests-limit: 10
versioning-strategy: increase
groups:
production-dependencies:
dependency-type: "production"
development-dependencies:
dependency-type: "development"

0 comments on commit 1f1b1f3

Please sign in to comment.