|
2 | 2 | # either. hopefully this is a reasonable compromise value? |
3 | 3 | pullRequests.frequency = "14 days" |
4 | 4 |
|
5 | | -# only used internally, and they aren't ours (we aren't dogfooding |
6 | | -# them), and updates are unlikely to benefit us, so there's really no |
7 | | -# need to keep them current |
8 | | -updates.ignore = [ { groupId = "com.fasterxml.jackson.core"} ] |
9 | | -updates.ignore = [ { groupId = "org.slf4j"} ] |
10 | | -updates.ignore = [ { groupId = "org.eclipse.jgit"} ] |
11 | | -updates.ignore = [ { groupId = "org.openjdk.jol"} ] |
| 5 | +updates.ignore = [ |
12 | 6 |
|
13 | | -# Ant support is deprecated, so leave the version where it is |
14 | | -updates.ignore = [ { groupId = "org.apache.ant"} ] |
| 7 | + # only used internally, and they aren't ours (we aren't dogfooding |
| 8 | + # them), and updates are unlikely to benefit us, so there's really no |
| 9 | + # need to keep them current |
| 10 | + { groupId = "com.fasterxml.jackson.core" }, |
| 11 | + { groupId = "com.fasterxml.jackson.dataformat" }, |
| 12 | + { groupId = "org.slf4j" }, |
| 13 | + { groupId = "org.eclipse.jgit" }, |
| 14 | + { groupId = "org.openjdk.jol" }, |
15 | 15 |
|
16 | | -# OSGi stuff is fragile and we suspect it is little-used, |
17 | | -# so let's prefer stability |
18 | | -updates.ignore = [ { groupId = "biz.aQute.bnd"} ] |
| 16 | + # Ant support is deprecated, so leave the version where it is |
| 17 | + { groupId = "org.apache.ant" }, |
| 18 | + |
| 19 | + # OSGi stuff is fragile and we suspect it is little-used, |
| 20 | + # so let's prefer stability |
| 21 | + { groupId = "biz.aQute.bnd" } |
| 22 | + |
| 23 | +] |
0 commit comments