Skip to content

Commit

Permalink
[core] Configure Renovate (#27003)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: eps1lon <silbermann.sebastian@gmail.com>
  • Loading branch information
3 people authored Jul 2, 2021
1 parent 4b2bbb2 commit 1291ff1
Show file tree
Hide file tree
Showing 2 changed files with 86 additions and 59 deletions.
59 changes: 0 additions & 59 deletions .github/dependabot.yml

This file was deleted.

86 changes: 86 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,86 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"automerge": false,
"commitMessageAction": "Bump",
"commitMessageExtra": "to {{newValue}}",
"commitMessageTopic": "{{depName}}",
"dependencyDashboard": true,
"ignoreDeps": [],
"labels": ["dependencies"],
"packageRules": [
{
"groupName": "babel",
"matchPackagePatterns": "@babel/*"
},
{
"groupName": "date-io",
"matchPackagePatterns": "@date-io/*"
},
{
"groupName": "Emotion",
"matchPackagePatterns": "@emotion/*"
},
{
"groupName": "core-js",
"matchPackageNames": ["core-js"],
"allowedVersions": "< 2.0.0"
},
{
"groupName": "JSS",
"matchPackageNames": [
"jss",
"jss-plugin-camel-case",
"jss-plugin-default-unit",
"jss-plugin-global",
"jss-plugin-nested",
"jss-plugin-props-sort",
"jss-plugin-props-sort",
"jss-plugin-rule-value-function",
"jss-plugin-vendor-prefixer",
"react-jss"
]
},
{
"groupName": "raw-loader",
"matchPackageNames": ["raw-loader"],
"allowedVersions": "< 2.0.0"
},
{
"groupName": "react-spring",
"matchPackageNames": ["react-spring"],
"allowedVersions": "< 9.0.0"
},
{
"groupName": "React",
"matchPackageNames": ["react", "react-dom", "react-is", "react-test-renderer"]
},
{
"groupName": "tslint",
"matchPackageNames": ["tslint"],
"allowedVersions": "<= 5.14.0"
},
{
"groupName": "typescript-eslint",
"matchPackagePatterns": "@typescript-eslint/*"
},
{
"groupName": "bundling fixtures",
"matchPaths": ["test/bundling/fixtures/**/package.json"],
"schedule": "every 6 months on the first day of the month"
},
{
"groupName": "examples",
"matchPaths": ["examples/**/package.json"],
"minor": {
"enabled": false
},
"patch": {
"enabled": false
}
}
],
"prConcurrentLimit": 30,
"prHourlyLimit": 0,
"schedule": "on sunday before 6:00am",
"timezone": "UTC"
}

0 comments on commit 1291ff1

Please sign in to comment.