-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
92b9054
commit feda952
Showing
12 changed files
with
37 additions
and
362 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,3 +26,5 @@ | |
*.gradle text eol=lf | ||
*.py text eol=lf | ||
*.md text eol=lf | ||
|
||
dist/** linguist-generated=true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,59 +1,4 @@ | ||
{ | ||
$schema: 'https://docs.renovatebot.com/renovate-schema.json', | ||
description: 'Default preset for use with WillBooster and WillBoosterLab repos', | ||
extends: [ | ||
'config:base', | ||
':automergeLinters', | ||
':automergeMinor', | ||
':automergePr', | ||
':automergeTesters', | ||
':automergeTypes', | ||
':maintainLockFilesWeekly', | ||
':pinAllExceptPeerDependencies', | ||
':prImmediately', | ||
':rebaseStalePrs', | ||
':semanticCommits', | ||
'group:linters', | ||
'group:nodeJs', | ||
'group:test', | ||
'group:allNonMajor', | ||
'docker:enableMajor', | ||
'docker:pinDigests', | ||
], | ||
dependencyDashboardAutoclose: true, | ||
packageRules: [ | ||
{ | ||
matchDepTypes: ['overrides', 'resolutions'], | ||
enabled: true, | ||
}, | ||
{ | ||
groupName: 'willbooster-config', | ||
matchPackagePatterns: ['^@willbooster/.*config'], | ||
}, | ||
// To separate python update from other updates | ||
{ | ||
groupName: 'python', | ||
matchPackageNames: ['python'], | ||
}, | ||
{ | ||
matchPackagePatterns: ['yarn'], | ||
ignoreUnstable: false, | ||
}, | ||
{ | ||
matchPackageNames: ['node'], | ||
allowedVersions: '<=20', | ||
}, | ||
{ | ||
// Since they exist in private repositories | ||
packageNames: ['@willbooster/judge'], | ||
enabled: false, | ||
}, | ||
{ | ||
// Since v7 doesn't work with @qiwi/multi-semantic-release v7 | ||
packageNames: ['conventional-changelog-conventionalcommits'], | ||
enabled: false, | ||
}, | ||
], | ||
schedule: ['before 6am on Saturday'], | ||
timezone: 'Asia/Tokyo', | ||
extends: ['github>WillBooster/willbooster-configs:renovate.json5'], | ||
} |
Oops, something went wrong.