Skip to content

Commit 0e02005

Browse files
authored
Merge pull request #1268 from apache/cortlepp/group-dependabot-prs
dependabot: enable groups, change frequency to weekly
2 parents 107b8d7 + bc1e4df commit 0e02005

1 file changed

Lines changed: 11 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ updates:
1717
- package-ecosystem: "maven"
1818
directory: "/"
1919
schedule:
20-
interval: "daily"
20+
interval: "weekly"
2121
ignore:
2222
# IO-734
2323
- dependency-name: "commons-io:commons-io"
@@ -35,7 +35,16 @@ updates:
3535
versions:
3636
- ">= 1.8"
3737
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:*"
3844
- package-ecosystem: "github-actions"
3945
directory: "/"
4046
schedule:
41-
interval: "daily"
47+
interval: "weekly"
48+
groups:
49+
production-actions:
50+
dependency-type: "production"

0 commit comments

Comments
 (0)