forked from guardrail-dev/guardrail
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.scala-steward.conf
15 lines (15 loc) · 1.05 KB
/
.scala-steward.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
updates.ignore = [
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.commands" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.contenttype" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.expressions" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.filesystem" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.jobs" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.resources" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.core.runtime" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.equinox.app" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.equinox.common" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.equinox.preferences" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.equinox.registry" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.osgi" },
{ groupId = "org.eclipse.platform", artifactId = "org.eclipse.text" }
]