Skip to content

Commit 47a4ec5

Browse files
committed
Update renovate configuration to group PRs
1 parent 939527d commit 47a4ec5

File tree

2 files changed

+7
-9
lines changed

2 files changed

+7
-9
lines changed

jpa-repository/src/main/java/com/jongsoft/finance/migration/DatabaseMigrationFactory.java

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,6 @@
1111
@Connectable
1212
public class DatabaseMigrationFactory {
1313

14-
private final Environment environment;
15-
16-
@Inject
17-
public DatabaseMigrationFactory(Environment environment) {
18-
this.environment = environment;
19-
}
20-
2114
@Context
2215
public DataSourceMigration datasourceMigration(MigrationDatasourceConfiguration configuration) {
2316
return new DatasourceMigrationJpa(configuration);

renovate.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"extends": [
44
"config:recommended"
55
],
6+
"packageRules": [
7+
{
8+
"groupName": "Non-major dependency updates",
9+
"matchUpdateTypes": ["minor", "patch"]
10+
}
11+
],
612
"addLabels": ["dependency", "triage"],
7-
"assignees": ["@gjong"],
8-
"automerge": true
13+
"assignees": ["@gjong"]
914
}

0 commit comments

Comments
 (0)