Skip to content

Commit 04feec5

Browse files
committed
chore: limit versions of temurin to 21
1 parent 5a7ccdb commit 04feec5

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,23 @@ updates:
1313
interval: weekly
1414
day: "sunday"
1515
open-pull-requests-limit: 10
16+
groups:
17+
github-actions:
18+
patterns:
19+
- "*"
20+
update-types:
21+
- "minor"
22+
- "patch"
1623

1724
- package-ecosystem: "docker"
1825
directory: "/package/src/main/docker/"
1926
schedule:
2027
interval: weekly
2128
day: "sunday"
2229
open-pull-requests-limit: 10
30+
ignore:
31+
- dependency-name: "eclipse-temurin"
32+
versions: [ ">21" ]
2333

2434
# Studio Frontend Dependencies (npm) - HIGH PRIORITY
2535
- package-ecosystem: "npm"

0 commit comments

Comments
 (0)