Skip to content
This repository was archived by the owner on Aug 15, 2024. It is now read-only.

Commit 7ee0271

Browse files
Upgrade to GitHub-native Dependabot
1 parent eb7c263 commit 7ee0271

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/dependabot.yml

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: maven
4+
directory: "/tools/automation/markdown-parser"
5+
schedule:
6+
interval: daily
7+
open-pull-requests-limit: 10
8+
ignore:
9+
- dependency-name: org.projectlombok:lombok
10+
versions:
11+
- 1.18.18
12+
- dependency-name: org.apache.commons:commons-lang3
13+
versions:
14+
- "3.11"

0 commit comments

Comments
 (0)