Skip to content

Commit b2b6a24

Browse files
authored
Merge branch 'development' into renovate/net.researchgate.release-3.x
2 parents 2b0e353 + 488bf8b commit b2b6a24

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ updates:
1010
target-branch: "development"
1111
schedule:
1212
interval: "weekly"
13+
open-pull-requests-limit: 0

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ systemProp.jdk.tls.client.protocols="TLSv1,TLSv1.1,TLSv1.2"
33
// Name of project
44
rootProject.name = 'mapping-service'
55
// Version of project
6-
version=1.0.6-SNAPSHOT
6+
version=1.1.1-SNAPSHOT
77
action.custom-1=allTests
88
action.custom-1.args=--configure-on-demand -w -x check

gradle/profile-minimal.gradle

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
1+
test {
2+
exclude '**/*'
3+
}
4+
15
release {
26
tagTemplate = 'v${version}'
37
versionPropertyFile = 'gradle.properties'
48
versionProperties = ['version', 'mainversion']
5-
}
9+
}

renovate.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"labels": ["dependencies"],
3+
"baseBranches": ["development"]
4+
}

0 commit comments

Comments
 (0)