Skip to content

Commit 0e869a1

Browse files
committed
chore: add more libraries to keep up-to-date by Dependabot
Part of #1590
1 parent 4263c3d commit 0e869a1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,11 @@ updates:
88
directory: "/"
99
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#allow
1010
allow:
11+
- dependency-name: "net.coobird:thumbnailator"
12+
- dependency-name: "org.apache.commons:commons-lang3"
13+
- dependency-name: "org.apache.commons:commons-text"
1114
- dependency-name: "org.jsoup:jsoup"
15+
- dependency-name: "org.projectlombok:lombok"
1216
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file#scheduleinterval
1317
schedule:
1418
interval: "daily"

0 commit comments

Comments
 (0)