Skip to content
This repository was archived by the owner on Jul 26, 2025. It is now read-only.

Commit 7620e35

Browse files
authored
Feature/group (#40)
* Bump to 1.18.32 * Add groups
1 parent 6341d1a commit 7620e35

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,15 @@ updates:
99
directory: "/" # Location of package manifests
1010
schedule:
1111
interval: "weekly"
12+
groups:
13+
maven:
14+
patterns:
15+
- "*"
1216
- package-ecosystem: "github-actions" # See documentation for possible values
1317
directory: "/" # Location of package manifests
1418
schedule:
1519
interval: "weekly"
20+
groups:
21+
github-actions:
22+
patterns:
23+
- "*"

.idea/compiler.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)