Skip to content
This repository was archived by the owner on Feb 7, 2024. It is now read-only.

Commit 13825c3

Browse files
authored
GH-59 Update renovate.json (#59)
* Add this keywords, .editorconfig and update spigot-api * Update .gitignore and add run-paper gradle plugin * Update renovate.json
1 parent f032f7f commit 13825c3

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

renovate.json

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
{
2-
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": [
4-
"config:base"
5-
]
6-
}
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"groupName": "all dependencies",
7+
"groupSlug": "all",
8+
"lockFileMaintenance": {
9+
"enabled": false
10+
},
11+
"packageRules": [
12+
{
13+
"groupName": "all dependencies",
14+
"groupSlug": "all",
15+
"matchPackagePatterns": [
16+
"*"
17+
]
18+
}
19+
],
20+
"separateMajorMinor": false
21+
}

0 commit comments

Comments
 (0)