Skip to content

Commit 28217a9

Browse files
author
Lukasz Gryzbon
committed
ci: Set up Dependabot
1 parent a6b6004 commit 28217a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/dependabot.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
commit-message:
8+
prefix: "fix"
9+
groups:
10+
lsd-dependencies:
11+
patterns:
12+
- "io.github.lsd-consulting:*"
13+
springframework-dependencies:
14+
patterns:
15+
- "org.springframework.*"
16+
other-dependencies:
17+
patterns:
18+
- "*"
19+
exclude-patterns:
20+
- "io.github.lsd-consulting:*"
21+
- "org.springframework.*"

0 commit comments

Comments
 (0)