We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a7ccdb commit 04feec5Copy full SHA for 04feec5
1 file changed
.github/dependabot.yml
@@ -13,13 +13,23 @@ updates:
13
interval: weekly
14
day: "sunday"
15
open-pull-requests-limit: 10
16
+ groups:
17
+ github-actions:
18
+ patterns:
19
+ - "*"
20
+ update-types:
21
+ - "minor"
22
+ - "patch"
23
24
- package-ecosystem: "docker"
25
directory: "/package/src/main/docker/"
26
schedule:
27
28
29
30
+ ignore:
31
+ - dependency-name: "eclipse-temurin"
32
+ versions: [ ">21" ]
33
34
# Studio Frontend Dependencies (npm) - HIGH PRIORITY
35
- package-ecosystem: "npm"
0 commit comments