Skip to content

Commit 6c5e8ab

Browse files
authored
Merge pull request #80 from finos/main
sync develop with main
2 parents cfd50e9 + e25aea9 commit 6c5e8ab

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

.github/renovate.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,15 @@
5151
"!com.regnosys.rosetta:com.regnosys.rosetta",
5252
"!rosetta.dsl.version"
5353
]
54-
}
54+
},
55+
{
56+
"description": "Always open PRs immediately for Renovate GitHub Action updates",
57+
"matchManagers": ["github-actions"],
58+
"matchPackageNames": ["renovatebot/github-action"],
59+
"prCreation": "immediate",
60+
"stabilityDays": 0,
61+
"minimumReleaseAge": "0 days",
62+
"schedule": ["at any time"]
63+
}
5564
]
5665
}

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
<repoServerHost>s01.oss.sonatype.org</repoServerHost>
8282
<stagingTimeoutInMinutes>20</stagingTimeoutInMinutes>
8383

84-
<rosetta.dsl.version>9.65.4</rosetta.dsl.version>
84+
<rosetta.dsl.version>9.66.0</rosetta.dsl.version>
8585

8686
<xtext.version>2.38.0</xtext.version>
8787
<guice.version>6.0.0</guice.version>
@@ -307,7 +307,7 @@
307307
<dependency>
308308
<groupId>org.apache.maven</groupId>
309309
<artifactId>maven-model</artifactId>
310-
<version>3.9.10</version>
310+
<version>3.9.11</version>
311311
</dependency>
312312
<dependency>
313313
<groupId>org.apache.commons</groupId>
@@ -454,7 +454,7 @@
454454
<plugin>
455455
<groupId>org.apache.maven.plugins</groupId>
456456
<artifactId>maven-shade-plugin</artifactId>
457-
<version>3.6.0</version>
457+
<version>3.6.1</version>
458458
<configuration>
459459
<createDependencyReducedPom>true</createDependencyReducedPom>
460460
</configuration>

0 commit comments

Comments
 (0)