We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38c4dc commit 5936622Copy full SHA for 5936622
.github/renovate.json
@@ -1,26 +1,6 @@
1
{
2
+ "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
- "config:base",
4
- ":semanticCommits",
5
- ":semanticCommitScopeDisabled",
6
- ":maintainLockFilesWeekly",
7
- ":enableVulnerabilityAlertsWithLabel(security)",
8
- ":semanticCommitTypeAll(chore)"
9
- ],
10
- "lockFileMaintenance": false,
11
- "rangeStrategy": "bump",
12
- "separateMajorMinor": false,
13
- "packageRules": [
14
- {
15
- "matchPackagePatterns": [
16
- "*"
17
18
- "matchUpdateTypes": [
19
- "minor",
20
- "patch"
21
22
- "groupName": "all",
23
- "groupSlug": "all"
24
- }
+ "github>reearth/renovate-config"
25
]
26
}
0 commit comments