Skip to content

Commit

Permalink
feat: groups dependabot pull requests (for tests i reverted few deps …
Browse files Browse the repository at this point in the history
…bump)
  • Loading branch information
IWareQ committed Jan 27, 2025
1 parent 95dcaaa commit 5a5fc51
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ updates:
directory: "/"
schedule:
interval: "weekly"
groups:
gradle-dependencies:
patterns: [ "*" ]

- package-ecosystem: "github-actions"
directory: "/"
Expand Down
4 changes: 2 additions & 2 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ gson = { group = "com.google.code.gson", name = "gson", version = "2.11.0" }
snakeyaml = { group = "org.yaml", name = "snakeyaml", version = "2.3" }
# Util library
commonslang3 = { group = "org.apache.commons", name = "commons-lang3", version = "3.17.0" }
annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.2" }
annotations = { group = "org.jetbrains", name = "annotations", version = "26.0.1" }
semver4j = { group = "org.semver4j", name = "semver4j", version = "5.6.0" }
# Concurrency
disruptor = { group = "com.lmax", name = "disruptor", version = "4.0.0" }
Expand Down Expand Up @@ -69,7 +69,7 @@ netty-kqueue = { group = "io.netty", name = "netty-transport-classes-kqueue", ve
# Configulation lib
okaeri-configs-yaml-snakeyaml = { group = "eu.okaeri", name = "okaeri-configs-yaml-snakeyaml", version = "5.0.5" }
# Native Operating System and Hardware Information
oshi = { group = "com.github.oshi", name = "oshi-core", version = "6.6.6" }
oshi = { group = "com.github.oshi", name = "oshi-core", version = "6.6.5" }
# GUI
flatlaf = { group = "com.formdev", name = "flatlaf", version = "3.5.4" }
formsrt = { group = "com.intellij", name = "forms_rt", version = "7.0.3" }
Expand Down

0 comments on commit 5a5fc51

Please sign in to comment.