Skip to content

Commit 050ca52

Browse files
committed
Use Dependabot
Closes gh-871
1 parent ad7a3ef commit 050ca52

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

.github/workflows/dependabot.yml

Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: gradle
4+
target-branch: main
5+
milestone: 77 # 3.2.x
6+
directory: /
7+
schedule:
8+
interval: daily
9+
time: '03:00'
10+
timezone: Etc/UTC
11+
labels:
12+
- 'type: dependency-upgrade'
13+
- 'in: build'
14+
ignore:
15+
- dependency-name: org.apache.directory.server:*
16+
- dependency-name: org.junit:junit-bom
17+
update-types:
18+
- version-update:semver-major
19+
- dependency-name: org.mockito:mockito-bom
20+
update-types:
21+
- version-update:semver-major
22+
- dependency-name: '*'
23+
update-types:
24+
- version-update:semver-major
25+
- version-update:semver-minor
26+
27+
- package-ecosystem: github-actions
28+
target-branch: main
29+
directory: /
30+
schedule:
31+
interval: weekly
32+
labels:
33+
- 'type: task'
34+
- 'in: build'
35+
- package-ecosystem: github-actions
36+
target-branch: docs-build
37+
directory: /
38+
schedule:
39+
interval: weekly
40+
labels:
41+
- 'type: task'
42+
- 'in: build'
43+

0 commit comments

Comments
 (0)