Skip to content

Commit c60cfb0

Browse files
committed
Configure Dependabot for Gradle and GitHub Actions updates
1 parent 15abfef commit c60cfb0

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

.github/dependabot.yml

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "gradle"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
open-pull-requests-limit: 10
8+
labels:
9+
- "dependencies"
10+
11+
- package-ecosystem: "gradle"
12+
directory: "/TestPlugin"
13+
schedule:
14+
interval: "weekly"
15+
open-pull-requests-limit: 5
16+
labels:
17+
- "dependencies"
18+
- "test-plugin"
19+
20+
- package-ecosystem: "github-actions"
21+
directory: "/"
22+
schedule:
23+
interval: "daily"
24+
open-pull-requests-limit: 5
25+
labels:
26+
- "dependencies"
27+
- "github-actions"

0 commit comments

Comments
 (0)