There was an error while loading. Please reload this page.
2 parents 107b8d7 + bc1e4df commit 0e02005Copy full SHA for 0e02005
1 file changed
.github/dependabot.yml
@@ -17,7 +17,7 @@ updates:
17
- package-ecosystem: "maven"
18
directory: "/"
19
schedule:
20
- interval: "daily"
+ interval: "weekly"
21
ignore:
22
# IO-734
23
- dependency-name: "commons-io:commons-io"
@@ -35,7 +35,16 @@ updates:
35
versions:
36
- ">= 1.8"
37
open-pull-requests-limit: 15
38
+ groups:
39
+ production-dependencies:
40
+ dependency-type: "production"
41
+ exclude-patterns:
42
+ # we aren't compatible with latest here, excluded here so that it doesn't block the other updates
43
+ - "org.glassfish.jaxb:*"
44
- package-ecosystem: "github-actions"
45
46
47
48
49
+ production-actions:
50
0 commit comments