Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit b86f75e

Browse files
committed
Merge branch 'master' into starter-reorganization
# Conflicts: # .github/workflows/pull-request.yml
2 parents 476d05b + f3e4152 commit b86f75e

File tree

4 files changed

+80
-108
lines changed

4 files changed

+80
-108
lines changed

commitlint/package-lock.json

Lines changed: 76 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

commitlint/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"author": "",
1010
"license": "MIT",
1111
"devDependencies": {
12-
"@commitlint/cli": "12.1.1",
13-
"@commitlint/config-conventional": "12.1.1",
12+
"@commitlint/cli": "12.1.4",
13+
"@commitlint/config-conventional": "12.1.4",
1414
"husky": "6.0.0"
1515
}
1616
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.1-all.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-7.0.2-all.zip
44
zipStoreBase=GRADLE_USER_HOME
55
zipStorePath=wrapper/dists

renovate.json

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,5 @@
11
{
22
"extends": [
3-
"config:base"
4-
],
5-
"includeForks": true,
6-
"packageRules": [
7-
{
8-
"matchPackagePatterns": [
9-
"^com.graphql-java"
10-
],
11-
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
12-
},
13-
{
14-
"matchPackageNames": [
15-
"io.github.graphql-java:graphql-java-annotations"
16-
],
17-
"allowedVersions": "/^[0-9]+\\.[0-9]+\\.[0-9]+?$/"
18-
},
19-
{
20-
"matchPackageNames": [
21-
"org.reflections:reflections"
22-
],
23-
"allowedVersions": "<=0.9.11"
24-
}
3+
"github>graphql-java-kickstart/renovate-config"
254
]
265
}

0 commit comments

Comments
 (0)