Skip to content

Instantly share code, notes, and snippets.

@ishowta
Created December 16, 2021 05:44
Show Gist options
  • Save ishowta/6f8c59fee6be6ad0035378c2ce3ac6a7 to your computer and use it in GitHub Desktop.
Save ishowta/6f8c59fee6be6ad0035378c2ce3ac6a7 to your computer and use it in GitHub Desktop.
"config": {
"detectGlobalManagerConfig": false,
"detectHostRulesFromEnv": false,
"postUpgradeTasks": {
"commands": [],
"fileFilters": [],
"executionMode": "update"
},
"onboardingBranch": "renovate/configure",
"onboardingCommitMessage": null,
"onboardingConfigFileName": "renovate.json",
"onboardingNoDeps": false,
"onboardingPrTitle": "Configure Renovate",
"productLinks": {
"documentation": "https://docs.renovatebot.com/",
"help": "https://github.com/renovatebot/renovate/discussions",
"homepage": "https://github.com/renovatebot/renovate"
},
"extends": [],
"ignorePresets": [],
"description": [
"Enable Renovate Dependency Dashboard creation",
"If semantic commits detected, use semantic commit type <code>fix</code> for dependencies and <code>chore</code> for all others",
"Ignore `node_modules`, `bower_components`, `vendor` and various test/tests directories",
"Autodetect whether to pin dependencies or maintain ranges",
"Rate limit PR creation to a maximum of two per hour",
"Limit to maximum 20 open PRs at any time",
"Group known monorepo packages together",
"Use curated list of recommended non-monorepo package groupings",
"Fix some problems with very old Maven commons versions",
"Ignore spring cloud 1.x releases",
"Ignore http4s digest-based 1.x milestones",
"Use node versioning for @types/node",
"Limit concurrent requests to reduce load on Repology servers until we can fix this properly, see issue 10133",
"Pin dependency versions for all except <code>peerDependencies</code>",
"Preserve (but continue to upgrade) any existing SemVer ranges"
],
"enabled": true,
"deepExtract": false,
"repositoryCache": "disabled",
"force": {},
"draftPR": false,
"printConfig": true,
"composerIgnorePlatformReqs": [],
"logContext": null,
"onboarding": true,
"onboardingConfig": {
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
},
"includeForks": false,
"forkMode": false,
"forkToken": "",
"requireConfig": true,
"optimizeForDisabled": false,
"dependencyDashboard": true,
"dependencyDashboardApproval": false,
"dependencyDashboardAutoclose": false,
"dependencyDashboardTitle": "Dependency Dashboard",
"dependencyDashboardHeader": "This issue provides visibility into Renovate updates and their statuses. [Learn more](https://docs.renovatebot.com/key-concepts/dashboard/)",
"dependencyDashboardFooter": null,
"dependencyDashboardLabels": null,
"configWarningReuseIssue": true,
"privateKeyPath": null,
"privateKeyPathOld": null,
"encrypted": null,
"timezone": null,
"schedule": ["at any time"],
"updateNotScheduled": true,
"persistRepoData": false,
"ignorePlugins": false,
"ignoreScripts": false,
"platform": "github",
"endpoint": "https://api.github.com/",
"username": null,
"password": null,
"npmrc": null,
"npmrcMerge": false,
"npmToken": null,
"updateLockFiles": true,
"skipInstalls": null,
"baseBranches": [],
"gitIgnoredAuthors": [],
"enabledManagers": [],
"includePaths": [],
"ignorePaths": [
"**/node_modules/**",
"**/bower_components/**",
"**/vendor/**",
"**/examples/**",
"**/__tests__/**",
"**/test/**",
"**/tests/**",
"**/__fixtures__/**"
],
"excludeCommitPaths": [],
"aliases": {},
"registryUrls": null,
"extractVersion": null,
"versioning": null,
"azureWorkItemId": 0,
"azureAutoApprove": false,
"ignoreDeps": [],
"updateInternalDeps": false,
"packageRules": [
{"matchPackagePatterns": ["*"], "semanticCommitType": "chore"},
{"matchDepTypes": ["dependencies", "require"], "semanticCommitType": "fix"},
{
"description": [
"ag-grid monorepo",
"Group packages from ag-grid monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ag-grid/ag-grid"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ag-grid monorepo"
},
{
"description": [
"arcus.event-grid monorepo",
"Group packages from arcus.event-grid monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/arcus-azure/arcus.eventgrid"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.event-grid monorepo"
},
{
"description": [
"arcus.security monorepo",
"Group packages from arcus.security monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/arcus-azure/arcus.security"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.security monorepo"
},
{
"description": [
"arcus.messaging monorepo",
"Group packages from arcus.messaging monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/arcus-azure/arcus.messaging"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.messaging monorepo"
},
{
"description": [
"arcus.observability monorepo",
"Group packages from arcus.observability monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/arcus-azure/arcus.observability"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.observability monorepo"
},
{
"description": [
"arcus.webapi monorepo",
"Group packages from arcus.webapi monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/arcus-azure/arcus.webapi"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.webapi monorepo"
},
{
"description": [
"arcus.background-jobs monorepo",
"Group packages from arcus.background-jobs monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/arcus-azure/arcus.backgroundjobs"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "arcus.background-jobs monorepo"
},
{
"description": [
"algolia-react-instantsearch monorepo",
"Group packages from algolia-react-instantsearch monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/algolia/react-instantsearch"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "algolia-react-instantsearch monorepo"
},
{
"description": [
"algoliasearch-client-javascript monorepo",
"Group packages from algoliasearch-client-javascript monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/algolia/algoliasearch-client-javascript"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "algoliasearch-client-javascript monorepo"
},
{
"description": [
"algoliasearch-autocomplete monorepo",
"Group packages from algoliasearch-autocomplete monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/algolia/autocomplete"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "algoliasearch-autocomplete monorepo"
},
{
"description": [
"angular-eslint monorepo",
"Group packages from angular-eslint monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/angular-eslint/angular-eslint"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angular-eslint monorepo"
},
{
"description": [
"apollo-server monorepo",
"Group packages from apollo-server monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/apollographql/apollo-server"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "apollo-server monorepo"
},
{
"description": [
"aspnet-api-versioning monorepo",
"Group packages from aspnet-api-versioning monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/Microsoft/aspnet-api-versioning"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aspnet-api-versioning monorepo"
},
{
"description": [
"aspnet aspnetwebstack monorepo",
"Group packages from aspnet aspnetwebstack monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/aspnet/AspNetWebStack"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aspnet aspnetwebstack monorepo"
},
{
"description": [
"aspnet extensions monorepo",
"Group packages from aspnet extensions monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/aspnet/Extensions"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aspnet extensions monorepo"
},
{
"description": [
"aws-cdk monorepo",
"Group packages from aws-cdk monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/aws/aws-cdk"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aws-cdk monorepo"
},
{
"description": [
"aws-sdk-js-v3 monorepo",
"Group packages from aws-sdk-js-v3 monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/aws/aws-sdk-js-v3"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aws-sdk-js-v3 monorepo"
},
{
"description": [
"aws-sdk-net monorepo",
"Group packages from aws-sdk-net monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/aws/aws-sdk-net"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aws-sdk-net monorepo"
},
{
"description": [
"azure azure-libraries-for-net monorepo",
"Group packages from azure azure-libraries-for-net monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/Azure/azure-libraries-for-net"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "azure azure-libraries-for-net monorepo"
},
{
"description": [
"azure azure-sdk-for-net monorepo",
"Group packages from azure azure-sdk-for-net monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Azure/azure-sdk-for-net"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "azure azure-sdk-for-net monorepo"
},
{
"description": [
"azure azure-storage-net monorepo",
"Group packages from azure azure-storage-net monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Azure/azure-storage-net"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "azure azure-storage-net monorepo"
},
{
"description": [
"bugsnag-js monorepo",
"Group packages from bugsnag-js monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/bugsnag/bugsnag-js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "bugsnag-js monorepo"
},
{
"description": [
"chakra-ui monorepo",
"Group packages from chakra-ui monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/chakra-ui/chakra-ui"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "chakra-ui monorepo"
},
{
"description": [
"contentful-rich-text monorepo",
"Group packages from contentful-rich-text monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/contentful/rich-text"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "contentful-rich-text monorepo"
},
{
"description": [
"date-io monorepo",
"Group packages from date-io monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/dmtrKovalenko/date-io"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "date-io monorepo"
},
{
"description": [
"deno monorepo",
"Group packages from deno monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/denoland/deno"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "deno monorepo"
},
{
"description": [
"devextreme-reactive monorepo",
"Group packages from devextreme-reactive monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/DevExpress/devextreme-reactive"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "devextreme-reactive monorepo"
},
{
"description": [
"dnd-kit monorepo",
"Group packages from dnd-kit monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/clauderic/dnd-kit"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "dnd-kit monorepo"
},
{
"description": [
"elastic-apm-agent-rum-js monorepo",
"Group packages from elastic-apm-agent-rum-js monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/elastic/apm-agent-rum-js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "elastic-apm-agent-rum-js monorepo"
},
{
"description": [
"electron-forge monorepo",
"Group packages from electron-forge monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/electron-userland/electron-forge"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "electron-forge monorepo"
},
{
"description": [
"ember-decorators monorepo",
"Group packages from ember-decorators monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/ember-decorators/ember-decorators"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ember-decorators monorepo"
},
{
"description": [
"graphql-modules monorepo",
"Group packages from graphql-modules monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Urigo/graphql-modules"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "graphql-modules monorepo"
},
{
"description": [
"ionic-native monorepo",
"Group packages from ionic-native monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ionic-team/ionic-native"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ionic-native monorepo"
},
{
"description": [
"mdc-react monorepo",
"Group packages from mdc-react monorepo together"
],
"matchSourceUrlPrefixes": [
"material-components/material-components-web-react"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "mdc-react monorepo"
},
{
"description": [
"ngx-formly monorepo",
"Group packages from ngx-formly monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ngx-formly/ngx-formly"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ngx-formly monorepo"
},
{
"description": [
"ngxs-store monorepo",
"Group packages from ngxs-store monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ngxs/store"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ngxs-store monorepo"
},
{
"description": [
"reach-ui monorepo",
"Group packages from reach-ui monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/reach/reach-ui"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "reach-ui monorepo"
},
{
"description": [
"react-admin monorepo",
"Group packages from react-admin monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/marmelab/react-admin"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react-admin monorepo"
},
{
"description": [
"react-apollo monorepo",
"Group packages from react-apollo monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/apollographql/react-apollo"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react-apollo monorepo"
},
{
"description": [
"react-dnd monorepo",
"Group packages from react-dnd monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/react-dnd/react-dnd"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react-dnd monorepo"
},
{
"description": [
"react-navigation monorepo",
"Group packages from react-navigation monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/react-navigation/react-navigation"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react-navigation monorepo"
},
{
"description": [
"reactivestack-cookies monorepo",
"Group packages from reactivestack-cookies monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/reactivestack/cookies"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "reactivestack-cookies monorepo"
},
{
"description": [
"reg-suit monorepo",
"Group packages from reg-suit monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/reg-viz/reg-suit"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "reg-suit monorepo"
},
{
"description": [
"semantic-release monorepo",
"Group packages from semantic-release monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/semantic-release/"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "semantic-release monorepo"
},
{
"description": [
"system.io.abstractions monorepo",
"Group packages from system.io.abstractions monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/System-IO-Abstractions/System.IO.Abstractions/"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "system.io.abstractions monorepo"
},
{
"description": [
"telus-tds monorepo",
"Group packages from telus-tds monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/telusdigital/tds"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "telus-tds monorepo"
},
{
"description": [
"telus-tds-core monorepo",
"Group packages from telus-tds-core monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/telus/tds-core"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "telus-tds-core monorepo"
},
{
"description": [
"shopify-app-bridge monorepo",
"Group packages from shopify-app-bridge monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Shopify/app-bridge"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "shopify-app-bridge monorepo"
},
{
"description": [
"theme-ui monorepo",
"Group packages from theme-ui monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/system-ui/theme-ui"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "theme-ui monorepo"
},
{
"description": [
"tsoa monorepo",
"Group packages from tsoa monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/lukeautry/tsoa"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "tsoa monorepo"
},
{
"description": [
"typescript-eslint monorepo",
"Group packages from typescript-eslint monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/typescript-eslint/typescript-eslint"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "typescript-eslint monorepo"
},
{
"description": [
"typography-js monorepo",
"Group packages from typography-js monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/KyleAMathews/typography.js"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "typography-js monorepo"
},
{
"description": [
"vue-cli monorepo",
"Group packages from vue-cli monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/vuejs/vue-cli"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "vue-cli monorepo"
},
{
"description": [
"accounts monorepo",
"Group packages from accounts monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/accounts-js/accounts"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "accounts monorepo"
},
{
"description": [
"angularjs monorepo",
"Group packages from angularjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/angular/angular.js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angularjs monorepo"
},
{
"description": [
"angular monorepo",
"Group packages from angular monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/angular/angular"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angular monorepo"
},
{
"description": [
"angular-cli monorepo",
"Group packages from angular-cli monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/angular/angular-cli"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angular-cli monorepo"
},
{
"description": [
"angularfire monorepo",
"Group packages from angularfire monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/angular/angularfire"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angularfire monorepo"
},
{
"description": [
"apolloclient monorepo",
"Group packages from apolloclient monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/apollographql/apollo-client"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "apolloclient monorepo"
},
{
"description": [
"awsappsync monorepo",
"Group packages from awsappsync monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/awslabs/aws-mobile-appsync-sdk-js"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "awsappsync monorepo"
},
{
"description": [
"babel monorepo",
"Group packages from babel monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/babel/babel"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "babel monorepo"
},
{
"description": [
"baset monorepo",
"Group packages from baset monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/igmat/baset"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "baset monorepo"
},
{
"description": [
"brave monorepo",
"Group packages from brave monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/openzipkin/brave"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "brave monorepo"
},
{
"description": [
"capacitor monorepo",
"Group packages from capacitor monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ionic-team/capacitor"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "capacitor monorepo"
},
{
"description": [
"chromely monorepo",
"Group packages from chromely monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/chromelyapps/Chromely"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "chromely monorepo"
},
{
"matchPackagePatterns": ["^@cds/", "^@clr/"],
"description": ["Group packages from clarity monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "clarity monorepo"
},
{
"description": [
"clearscript monorepo",
"Group packages from clearscript monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/microsoft/ClearScript",
"https://github.com/Microsoft/ClearScript"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "clearscript monorepo"
},
{
"description": [
"commitlint monorepo",
"Group packages from commitlint monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/conventional-changelog/commitlint"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "commitlint monorepo"
},
{
"description": [
"docusaurus monorepo",
"Group packages from docusaurus monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/facebook/docusaurus"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "docusaurus monorepo"
},
{
"description": [
"dotnet monorepo",
"Group packages from dotnet monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/dotnet/aspnetcore",
"https://github.com/dotnet/efcore",
"https://github.com/dotnet/extensions",
"https://github.com/dotnet/runtime"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "dotnet monorepo"
},
{
"description": [
"dropwizard monorepo",
"Group packages from dropwizard monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/dropwizard/dropwizard"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "dropwizard monorepo"
},
{
"description": [
"emotion monorepo",
"Group packages from emotion monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/emotion-js/emotion"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "emotion monorepo"
},
{
"description": [
"expo monorepo",
"Group packages from expo monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/expo/expo"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "expo monorepo"
},
{
"description": [
"feathers monorepo",
"Group packages from feathers monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/feathersjs/feathers"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "feathers monorepo"
},
{
"description": [
"fimbullinter monorepo",
"Group packages from fimbullinter monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/fimbullinter/wotan"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "fimbullinter monorepo"
},
{
"description": [
"flopflip monorepo",
"Group packages from flopflip monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/tdeekens/flopflip"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "flopflip monorepo"
},
{
"description": [
"fontsource monorepo",
"Group packages from fontsource monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/fontsource/fontsource"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "fontsource monorepo"
},
{
"description": [
"formatjs monorepo",
"Group packages from formatjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/formatjs/formatjs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "formatjs monorepo"
},
{
"description": [
"framework7 monorepo",
"Group packages from framework7 monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/framework7io/framework7"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "framework7 monorepo"
},
{
"description": [
"gatsby monorepo",
"Group packages from gatsby monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/gatsbyjs/gatsby"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "gatsby monorepo"
},
{
"description": [
"graphqlcodegenerator monorepo",
"Group packages from graphqlcodegenerator monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/dotansimha/graphql-code-generator",
"https://github.com/dotansimha/graphql-codegen"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "graphqlcodegenerator monorepo"
},
{
"description": [
"graphql-mesh monorepo",
"Group packages from graphql-mesh monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Urigo/graphql-mesh"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "graphql-mesh monorepo"
},
{
"description": [
"graphql-tools monorepo",
"Group packages from graphql-tools monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ardatan/graphql-tools"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "graphql-tools monorepo"
},
{
"description": [
"javahamcrest monorepo",
"Group packages from javahamcrest monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/hamcrest/JavaHamcrest"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "javahamcrest monorepo"
},
{
"description": [
"Hangfire monorepo",
"Group packages from Hangfire monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/HangfireIO/Hangfire"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "Hangfire monorepo"
},
{
"description": [
"hapijs monorepo",
"Group packages from hapijs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/hapijs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "hapijs monorepo"
},
{
"description": [
"hotchocolate monorepo",
"Group packages from hotchocolate monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ChilliCream/hotchocolate"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "hotchocolate monorepo"
},
{
"description": [
"infrastructure-ui monorepo",
"Group packages from infrastructure-ui monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/instructure/instructure-ui"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "infrastructure-ui monorepo"
},
{
"description": [
"istanbuljs monorepo",
"Group packages from istanbuljs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/istanbuljs/istanbuljs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "istanbuljs monorepo"
},
{
"description": [
"jasmine monorepo",
"Group packages from jasmine monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/jasmine/jasmine"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "jasmine monorepo"
},
{
"description": [
"javascriptengineswitcher monorepo",
"Group packages from javascriptengineswitcher monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/Taritsyn/JavaScriptEngineSwitcher"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "javascriptengineswitcher monorepo"
},
{
"description": [
"jersey monorepo",
"Group packages from jersey monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/eclipse-ee4j/jersey"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "jersey monorepo"
},
{
"description": [
"jest monorepo",
"Group packages from jest monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/facebook/jest"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "jest monorepo"
},
{
"description": [
"junit5 monorepo",
"Group packages from junit5 monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/junit-team/junit5"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "junit5 monorepo"
},
{
"description": [
"lerna monorepo",
"Group packages from lerna monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/lerna/lerna"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "lerna monorepo"
},
{
"description": [
"linguijs monorepo",
"Group packages from linguijs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/lingui/js-lingui"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "linguijs monorepo"
},
{
"description": [
"lodash monorepo",
"Group packages from lodash monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/lodash/"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "lodash monorepo"
},
{
"description": [
"loopback monorepo",
"Group packages from loopback monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/strongloop/loopback-next",
"https://github.com/loopbackio/loopback-next"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "loopback monorepo"
},
{
"description": [
"lrnwebcomponents monorepo",
"Group packages from lrnwebcomponents monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/elmsln/lrnwebcomponents"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "lrnwebcomponents monorepo"
},
{
"description": [
"mapstruct monorepo",
"Group packages from mapstruct monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/mapstruct/mapstruct"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "mapstruct monorepo"
},
{
"description": [
"masstransit monorepo",
"Group packages from masstransit monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/MassTransit/MassTransit"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "masstransit monorepo"
},
{
"description": [
"material-components-web monorepo",
"Group packages from material-components-web monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/material-components/material-components-web"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "material-components-web monorepo"
},
{
"description": [
"mdx monorepo",
"Group packages from mdx monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/mdx-js/mdx"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "mdx monorepo"
},
{
"description": [
"material-ui monorepo",
"Group packages from material-ui monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/mui-org/material-ui"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "material-ui monorepo"
},
{
"description": [
"mockito monorepo",
"Group packages from mockito monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/mockito/mockito"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "mockito monorepo"
},
{
"description": [
"mstest monorepo",
"Group packages from mstest monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/microsoft/testfx"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "mstest monorepo"
},
{
"description": [
"nest monorepo",
"Group packages from nest monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/nestjs/nest"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nest monorepo"
},
{
"description": [
"netty monorepo",
"Group packages from netty monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/netty/netty"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "netty monorepo"
},
{
"description": [
"neutrino monorepo",
"Group packages from neutrino monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/neutrinojs/neutrino",
"https://github.com/mozilla-neutrino/neutrino-dev"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "neutrino monorepo"
},
{
"description": [
"nexpect monorepo",
"Group packages from nexpect monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/fluffynuts/NExpect"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nexpect monorepo"
},
{
"description": [
"nextjs monorepo",
"Group packages from nextjs monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/zeit/next.js",
"https://github.com/vercel/next.js"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nextjs monorepo"
},
{
"description": [
"nivo monorepo",
"Group packages from nivo monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/plouc/nivo"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nivo monorepo"
},
{
"description": [
"ngrx monorepo",
"Group packages from ngrx monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/ngrx/"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "ngrx monorepo"
},
{
"description": [
"nrwl monorepo",
"Group packages from nrwl monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/nrwl/"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nrwl monorepo"
},
{
"description": [
"nuxtjs monorepo",
"Group packages from nuxtjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/nuxt/nuxt.js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "nuxtjs monorepo"
},
{
"description": [
"orleans monorepo",
"Group packages from orleans monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/dotnet/orleans"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "orleans monorepo"
},
{
"description": [
"feign monorepo",
"Group packages from feign monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/OpenFeign/feign"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "feign monorepo"
},
{
"description": [
"opentelemetry-js monorepo",
"Group packages from opentelemetry-js monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/open-telemetry/opentelemetry-js"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "opentelemetry-js monorepo"
},
{
"description": [
"opentelemetry-dotnet monorepo",
"Group packages from opentelemetry-dotnet monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/open-telemetry/opentelemetry-dotnet"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "opentelemetry-dotnet monorepo"
},
{
"description": [
"opentelemetry-go monorepo",
"Group packages from opentelemetry-go monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/open-telemetry/opentelemetry-go"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "opentelemetry-go monorepo"
},
{
"description": [
"picassojs monorepo",
"Group packages from picassojs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/qlik-oss/picasso.js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "picassojs monorepo"
},
{
"description": [
"pnpjs monorepo",
"Group packages from pnpjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/pnp/pnpjs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "pnpjs monorepo"
},
{
"description": [
"playwright monorepo",
"Group packages from playwright monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Microsoft/playwright"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "playwright monorepo"
},
{
"description": [
"pollyjs monorepo",
"Group packages from pollyjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/Netflix/pollyjs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "pollyjs monorepo"
},
{
"description": [
"pouchdb monorepo",
"Group packages from pouchdb monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/pouchdb/pouchdb"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "pouchdb monorepo"
},
{
"description": [
"prisma monorepo",
"Group packages from prisma monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/prisma/prisma"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "prisma monorepo"
},
{
"description": [
"react monorepo",
"Group packages from react monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/facebook/react"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react monorepo"
},
{
"description": [
"react-router monorepo",
"Group packages from react-router monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/ReactTraining/react-router",
"https://github.com/remix-run/react-router"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "react-router monorepo"
},
{
"description": [
"reakit monorepo",
"Group packages from reakit monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/reakit/reakit"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "reakit monorepo"
},
{
"description": [
"redwood monorepo",
"Group packages from redwood monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/redwoodjs/redwood"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "redwood monorepo"
},
{
"description": [
"remark monorepo",
"Group packages from remark monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/remarkjs/remark"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "remark monorepo"
},
{
"description": [
"router5 monorepo",
"Group packages from router5 monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/router5/router5"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "router5 monorepo"
},
{
"description": [
"sentry-javascript monorepo",
"Group packages from sentry-javascript monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/getsentry/sentry-javascript"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "sentry-javascript monorepo"
},
{
"description": [
"sentry-ruby monorepo",
"Group packages from sentry-ruby monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/getsentry/sentry-ruby"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "sentry-ruby monorepo"
},
{
"description": [
"springfox monorepo",
"Group packages from springfox monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/springfox/springfox"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "springfox monorepo"
},
{
"description": [
"sanity monorepo",
"Group packages from sanity monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/sanity-io/sanity"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "sanity monorepo"
},
{
"description": [
"steeltoe monorepo",
"Group packages from steeltoe monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/SteeltoeOSS/steeltoe"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "steeltoe monorepo"
},
{
"description": [
"storybook monorepo",
"Group packages from storybook monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/storybookjs/storybook"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "storybook monorepo"
},
{
"description": [
"strapi monorepo",
"Group packages from strapi monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/strapi/strapi"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "strapi monorepo"
},
{
"description": [
"stryker-js monorepo",
"Group packages from stryker-js monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/stryker-mutator/stryker-js"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "stryker-js monorepo"
},
{
"description": [
"surveyjs monorepo",
"Group packages from surveyjs monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/surveyjs/surveyjs"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "surveyjs monorepo"
},
{
"description": [
"swashbuckle-aspnetcore monorepo",
"Group packages from swashbuckle-aspnetcore monorepo together"
],
"matchSourceUrlPrefixes": [
"https://github.com/domaindrivendev/Swashbuckle.AspNetCore"
],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "swashbuckle-aspnetcore monorepo"
},
{
"description": [
"treat monorepo",
"Group packages from treat monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/seek-oss/treat"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "treat monorepo"
},
{
"description": [
"typefaces monorepo",
"Group packages from typefaces monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/KyleAMathews/typefaces"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "typefaces monorepo"
},
{
"description": [
"uppy monorepo",
"Group packages from uppy monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/transloadit/uppy"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "uppy monorepo"
},
{
"description": [
"vue monorepo",
"Group packages from vue monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/vuejs/vue"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "vue monorepo"
},
{
"description": [
"vuepress monorepo",
"Group packages from vuepress monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/vuejs/vuepress"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "vuepress monorepo"
},
{
"description": [
"webdriverio monorepo",
"Group packages from webdriverio monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/webdriverio/webdriverio"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "webdriverio monorepo"
},
{
"description": [
"workbox monorepo",
"Group packages from workbox monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/googlechrome/workbox"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "workbox monorepo"
},
{
"description": [
"vstest monorepo",
"Group packages from vstest monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/microsoft/vstest"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "vstest monorepo"
},
{
"description": [
"xterm monorepo",
"Group packages from xterm monorepo together"
],
"matchSourceUrlPrefixes": ["https://github.com/xtermjs/xterm.js"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "xterm monorepo"
},
{
"matchPackagePatterns": ["^babel6$"],
"description": ["Group packages from babel6 monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "babel6 monorepo"
},
{
"matchPackagePatterns": ["^@wordpress/"],
"description": ["Group packages from wordpress monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "wordpress monorepo"
},
{
"matchPackagePatterns": ["^@angular/material", "^@angular/cdk"],
"description": ["Group packages from angularmaterial monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "angularmaterial monorepo"
},
{
"matchPackagePatterns": ["^com.amazonaws:aws-java-sdk-"],
"description": ["Group packages from aws-java-sdk monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aws-java-sdk monorepo"
},
{
"matchPackagePatterns": ["^software.amazon.awssdk:"],
"description": ["Group packages from aws-java-sdk-v2 monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "aws-java-sdk-v2 monorepo"
},
{
"matchPackagePatterns": ["^@embroider/"],
"description": ["Group packages from embroider monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "embroider monorepo"
},
{
"matchPackagePatterns": ["^@fullcalendar/"],
"description": ["Group packages from fullcalendar monorepo together"],
"matchUpdateTypes": ["digest", "patch", "minor", "major"],
"groupName": "fullcalendar monorepo"
},
{
"matchDatasources": ["docker"],
"matchPackageNames": ["node"],
"matchPackagePatterns": ["/node$"],
"excludePackageNames": ["calico/node"],
"commitMessageTopic": "Node.js"
},
{
"description": ["All packages published by Apollo GraphQL"],
"matchSourceUrlPrefixes": ["https://github.com/apollographql/"],
"groupName": "Apollo GraphQL packages"
},
{"groupName": "CodeMirror", "matchPackagePrefixes": ["@codemirror/"]},
{"groupName": "Font Awesome", "matchPackagePrefixes": ["@fortawesome/"]},
{
"groupName": "Glimmer.js packages",
"groupSlug": "glimmer",
"matchPackageNames": ["@glimmer/component", "@glimmer/tracking"]
},
{
"matchDatasources": ["go"],
"groupName": "go-openapi packages",
"groupSlug": "go-openapi",
"matchPackagePrefixes": ["github.com/go-openapi/"]
},
{"matchPackagePrefixes": ["org.hibernate:"], "groupName": "hibernate core"},
{
"matchPackagePrefixes": ["org.hibernate.validator:"],
"groupName": "hibernate validator"
},
{
"matchPackagePrefixes": ["org.hibernate.ogm:"],
"groupName": "hibernate ogm"
},
{
"matchPackagePrefixes": ["org.hibernate.common:"],
"groupName": "hibernate commons"
},
{
"matchPackagePrefixes": ["illuminate/"],
"groupName": "illuminate packages",
"groupSlug": "illuminate"
},
{
"matchSourceUrlPrefixes": [
"https://github.com/jekyll/",
"https://github.com/github/pages-gem"
],
"groupName": "jekyll ecosystem packages"
},
{
"matchSourceUrlPrefixes": ["https://github.com/kulshekhar/ts-jest"],
"matchUpdateTypes": ["major"],
"groupName": "jest monorepo"
},
{"matchPackageNames": ["@types/jest"], "groupName": "jest monorepo"},
{
"matchDatasources": ["go"],
"groupName": "kubernetes packages",
"groupSlug": "kubernetes-go",
"matchPackagePrefixes": [
"k8s.io/api",
"k8s.io/apiextensions-apiserver",
"k8s.io/apimachinery",
"k8s.io/apiserver",
"k8s.io/cli-runtime",
"k8s.io/client-go",
"k8s.io/cloud-provider",
"k8s.io/cluster-bootstrap",
"k8s.io/code-generator",
"k8s.io/component-base",
"k8s.io/controller-manager",
"k8s.io/cri-api",
"k8s.io/csi-translation-lib",
"k8s.io/kube-aggregator",
"k8s.io/kube-controller-manager",
"k8s.io/kube-proxy",
"k8s.io/kube-scheduler",
"k8s.io/kubectl",
"k8s.io/kubelet",
"k8s.io/legacy-cloud-providers",
"k8s.io/metrics",
"k8s.io/mount-utils",
"k8s.io/pod-security-admission",
"k8s.io/sample-apiserver",
"k8s.io/sample-cli-plugin",
"k8s.io/sample-controller"
]
},
{"groupName": "polymer packages", "matchPackagePrefixes": ["@polymer/"]},
{
"matchPackagePrefixes": ["io.github.resilience4j:"],
"groupName": "resilience4j"
},
{
"matchDatasources": ["rubygems"],
"matchPackagePrefixes": ["omniauth"],
"groupName": "omniauth packages"
},
{"groupName": "socket.io packages", "matchPackagePrefixes": ["socket.io"]},
{
"groupName": "spring amqp",
"matchPackagePrefixes": ["org.springframework.amqp:"]
},
{
"groupName": "spring android",
"matchPackagePrefixes": ["org.springframework.android:"]
},
{
"groupName": "spring batch",
"matchPackagePrefixes": ["org.springframework.batch:"]
},
{
"groupName": "spring boot",
"matchPackagePrefixes": ["org.springframework.boot:"],
"matchPackageNames": ["org.springframework.boot"]
},
{
"groupName": "spring cloud",
"matchPackagePrefixes": ["org.springframework.cloud:"]
},
{
"groupName": "spring core",
"matchPackagePrefixes": ["org.springframework:"]
},
{
"groupName": "spring data",
"matchPackagePrefixes": ["org.springframework.data:"]
},
{
"groupName": "spring hateoas",
"matchPackagePrefixes": ["org.springframework.hateoas:"]
},
{
"groupName": "spring integration",
"matchPackagePrefixes": ["org.springframework.integration:"]
},
{
"groupName": "spring kafka",
"matchPackagePrefixes": ["org.springframework.kafka:"]
},
{
"groupName": "spring ldap",
"matchPackagePrefixes": ["org.springframework.ldap:"]
},
{
"groupName": "spring mobile",
"matchPackagePrefixes": ["org.springframework.mobile:"]
},
{
"groupName": "spring osgi",
"matchPackagePrefixes": ["org.springframework.osgi:"]
},
{
"groupName": "spring restdocs",
"matchPackagePrefixes": ["org.springframework.restdocs:"]
},
{
"groupName": "spring roo",
"matchPackagePrefixes": ["org.springframework.roo:"]
},
{
"groupName": "spring scala",
"matchPackagePrefixes": ["org.springframework.scala:"]
},
{
"groupName": "spring security",
"matchPackagePrefixes": ["org.springframework.security:"]
},
{
"groupName": "spring session",
"matchPackagePrefixes": ["org.springframework.session:"]
},
{
"groupName": "spring shell",
"matchPackagePrefixes": ["org.springframework.shell:"]
},
{
"groupName": "spring social",
"matchPackagePrefixes": ["org.springframework.social:"]
},
{
"groupName": "spring statemachine",
"matchPackagePrefixes": ["org.springframework.statemachine:"]
},
{
"groupName": "spring webflow",
"matchPackagePrefixes": ["org.springframework.webflow:"]
},
{
"groupName": "spring ws",
"matchPackagePrefixes": ["org.springframework.ws:"]
},
{
"matchPackagePrefixes": ["symfony/"],
"groupName": "symfony packages",
"groupSlug": "symfony"
},
{
"matchDatasources": ["maven", "sbt-package"],
"matchPackagePrefixes": ["commons-"],
"allowedVersions": "!/^200\\d{5}(\\.\\d+)?/"
},
{
"matchDatasources": ["maven"],
"matchPackageNames": [
"org.springframework.cloud:spring-cloud-starter-parent"
],
"allowedVersions": "/^[A-Z]/"
},
{
"matchManagers": ["sbt"],
"matchPackagePrefixes": ["org.http4s:"],
"allowedVersions": "!/^1\\.0-\\d+-[a-fA-F0-9]{7}$/"
},
{
"matchManagers": ["npm"],
"matchPackageNames": ["@types/node"],
"versioning": "node"
},
{"matchPackagePatterns": ["*"], "rangeStrategy": "pin"},
{"matchDepTypes": ["engines", "peerDependencies"], "rangeStrategy": "auto"}
],
"pinDigests": false,
"separateMajorMinor": true,
"separateMultipleMajor": false,
"separateMinorPatch": false,
"ignoreUnstable": true,
"ignoreDeprecated": true,
"followTag": null,
"respectLatest": true,
"rangeStrategy": "replace",
"branchPrefix": "renovate/",
"bumpVersion": null,
"major": {},
"minor": {},
"patch": {},
"pin": {
"rebaseWhen": "behind-base-branch",
"groupName": "Pin Dependencies",
"groupSlug": "pin-dependencies",
"commitMessageAction": "Pin",
"group": {"commitMessageTopic": "dependencies", "commitMessageExtra": ""}
},
"digest": {
"branchTopic": "{{{depNameSanitized}}}-digest",
"commitMessageExtra": "to {{newDigestShort}}",
"commitMessageTopic": "{{{depName}}} commit hash"
},
"rollback": {
"branchTopic": "{{{depNameSanitized}}}-rollback",
"commitMessageAction": "Roll back",
"semanticCommitType": "fix"
},
"replacement": {
"branchTopic": "{{{depNameSanitized}}}-replacement",
"commitMessageAction": "Replace",
"commitMessageExtra": "with {{newName}} {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"prBodyNotes": [
"This is a special PR that replaces `{{{depNameSanitized}}}` with the community suggested minimal stable replacement version."
]
},
"semanticCommits": "disabled",
"semanticCommitType": "chore",
"semanticCommitScope": "deps",
"rollbackPrs": false,
"recreateClosed": false,
"rebaseWhen": "auto",
"rebaseLabel": "rebase",
"stabilityDays": 0,
"internalChecksFilter": "none",
"prCreation": "immediate",
"prNotPendingHours": 25,
"prHourlyLimit": 2,
"prConcurrentLimit": 20,
"branchConcurrentLimit": null,
"prPriority": 0,
"bbUseDefaultReviewers": true,
"automerge": false,
"automergeType": "pr",
"automergeStrategy": "auto",
"automergeComment": "automergeComment",
"ignoreTests": false,
"transitiveRemediation": false,
"vulnerabilityAlerts": {
"groupName": null,
"schedule": [],
"dependencyDashboardApproval": false,
"rangeStrategy": "update-lockfile",
"commitMessageSuffix": "[SECURITY]",
"branchTopic": "{{{datasource}}}-{{{depName}}}-vulnerability",
"prCreation": "immediate"
},
"branchName": "{{{branchPrefix}}}{{{additionalBranchPrefix}}}{{{branchTopic}}}",
"additionalBranchPrefix": "",
"branchTopic": "{{{depNameSanitized}}}-{{{newMajor}}}{{#if separateMinorPatch}}{{#if isPatch}}.{{{newMinor}}}{{/if}}{{/if}}.x{{#if isLockfileUpdate}}-lockfile{{/if}}",
"commitMessage": "{{{commitMessagePrefix}}} {{{commitMessageAction}}} {{{commitMessageTopic}}} {{{commitMessageExtra}}} {{{commitMessageSuffix}}}",
"commitBody": null,
"commitBodyTable": false,
"commitMessagePrefix": null,
"commitMessageAction": "Update",
"commitMessageTopic": "dependency {{depName}}",
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{#if isSingleVersion}}v{{{newVersion}}}{{else}}{{{newValue}}}{{/if}}{{/if}}",
"commitMessageSuffix": null,
"prBodyTemplate": "{{{header}}}{{{table}}}{{{notes}}}{{{changelogs}}}{{{configDescription}}}{{{controls}}}{{{footer}}}",
"prTitle": null,
"prHeader": null,
"prFooter": "This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate).",
"lockFileMaintenance": {
"enabled": false,
"recreateClosed": true,
"rebaseStalePrs": true,
"branchTopic": "lock-file-maintenance",
"commitMessageAction": "Lock file maintenance",
"commitMessageTopic": null,
"commitMessageExtra": null,
"schedule": ["before 5am on monday"],
"groupName": null,
"prBodyDefinitions": {"Change": "All locks refreshed"}
},
"hashedBranchLength": null,
"groupName": null,
"groupSlug": null,
"group": {
"branchTopic": "{{{groupSlug}}}",
"commitMessageTopic": "{{{groupName}}}"
},
"labels": [],
"addLabels": [],
"assignees": [],
"assigneesFromCodeOwners": false,
"assigneesSampleSize": null,
"assignAutomerge": false,
"reviewers": [],
"reviewersFromCodeOwners": false,
"filterUnavailableUsers": false,
"confidential": false,
"reviewersSampleSize": null,
"additionalReviewers": [],
"fileMatch": [],
"js": {},
"golang": {"commitMessageTopic": "module {{depName}}"},
"postUpdateOptions": [],
"ruby": {},
"rust": {},
"node": {"commitMessageTopic": "Node.js"},
"docker": {"versioning": "docker"},
"php": {},
"python": {"versioning": "pep440"},
"constraints": {},
"java": {},
"dotnet": {},
"hostRules": [],
"prBodyDefinitions": {
"Package": "{{{depNameLinked}}}",
"Type": "{{{depType}}}",
"Update": "{{{updateType}}}",
"Current value": "{{{currentValue}}}",
"New value": "{{{newValue}}}",
"Change": "`{{{displayFrom}}}` -> `{{{displayTo}}}`",
"References": "{{{references}}}",
"Package file": "{{{packageFile}}}"
},
"prBodyColumns": ["Package", "Type", "Update", "Change"],
"prBodyNotes": [],
"suppressNotifications": ["deprecationWarningIssues"],
"pruneStaleBranches": true,
"unicodeEmoji": true,
"gitLabIgnoreApprovals": false,
"regexManagers": [],
"fetchReleaseNotes": true,
"cloneSubmodules": false,
"ignorePrAuthor": false,
"updatePinnedDependencies": true,
"gitUrl": "default",
"writeDiscoveredRepos": null,
"platformAutomerge": false,
"userStrings": {
"ignoreTopic": "Renovate Ignore Notification",
"ignoreMajor": "As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future {{{newMajor}}}.x releases. However, if you upgrade to {{{newMajor}}}.x manually then Renovate will reenable minor and patch updates automatically.",
"ignoreDigest": "As this PR has been closed unmerged, Renovate will ignore this upgrade and you will not receive PRs for *any* future {{{depName}}}:{{{currentValue}}} digest updates. Digest updates will resume if you update the specified tag at any time.",
"ignoreOther": "As this PR has been closed unmerged, Renovate will now ignore this update ({{{newValue}}}). You will still receive a PR once a newer version is released, so if you wish to permanently ignore this dependency, please add it to the `ignoreDeps` array of your renovate config."
},
"ansible": {"fileMatch": ["(^|/)tasks/[^/]+\\.ya?ml$"]},
"ansible-galaxy": {
"fileMatch": ["(^|/)requirements\\.ya?ml$", "(^|/)galaxy\\.ya?ml$"]
},
"argocd": {"fileMatch": []},
"azure-pipelines": {"fileMatch": ["azure.*pipelines?.*\\.ya?ml$"]},
"batect": {"fileMatch": ["(^|/)batect(-bundle)?\\.yml$"]},
"batect-wrapper": {"fileMatch": ["(^|/)batect$"], "versioning": "semver"},
"bazel": {"fileMatch": ["(^|/)WORKSPACE(|\\.bazel)$", "\\.bzl$"]},
"bitbucket-pipelines": {
"fileMatch": ["(^|/)\\.?bitbucket-pipelines\\.ya?ml$"]
},
"buildkite": {
"fileMatch": ["buildkite\\.ya?ml", "\\.buildkite/.+\\.ya?ml$"],
"commitMessageTopic": "buildkite plugin {{depName}}",
"commitMessageExtra": "to {{#if isMajor}}v{{{newMajor}}}{{else}}{{{newValue}}}{{/if}}"
},
"bundler": {"fileMatch": ["(^|/)Gemfile$"], "versioning": "ruby"},
"cake": {"fileMatch": ["\\.cake$"]},
"cargo": {
"commitMessageTopic": "Rust crate {{depName}}",
"fileMatch": ["(^|/)Cargo.toml$"],
"versioning": "cargo",
"rangeStrategy": "bump"
},
"cdnurl": {"fileMatch": [], "versioning": "semver"},
"circleci": {"fileMatch": ["(^|/).circleci/config.yml$"]},
"cloudbuild": {"fileMatch": ["(^|/)cloudbuild.ya?ml"]},
"cocoapods": {"fileMatch": ["(^|/)Podfile$"], "versioning": "ruby"},
"composer": {
"fileMatch": ["(^|/)([\\w-]*)composer.json$"],
"versioning": "composer"
},
"deps-edn": {"fileMatch": ["(^|/)deps\\.edn$"], "versioning": "maven"},
"docker-compose": {"fileMatch": ["(^|/)docker-compose[^/]*\\.ya?ml$"]},
"dockerfile": {
"fileMatch": ["(^|/|\\.)Dockerfile$", "(^|/)Dockerfile\\.[^/]*$"]
},
"droneci": {"fileMatch": ["(^|/).drone.yml$"]},
"git-submodules": {
"enabled": false,
"versioning": "git",
"fileMatch": ["(^|/).gitmodules$"]
},
"github-actions": {
"fileMatch": [
"^(workflow-templates|\\.github\\/workflows)\\/[^/]+\\.ya?ml$",
"(^|\\/)action\\.ya?ml$"
]
},
"gitlabci": {"fileMatch": ["\\.gitlab-ci\\.yml$"]},
"gitlabci-include": {"fileMatch": ["\\.gitlab-ci\\.yml$"]},
"gomod": {"fileMatch": ["(^|/)go.mod$"]},
"gradle": {
"fileMatch": [
"\\.gradle(\\.kts)?$",
"(^|\\/)gradle\\.properties$",
"(^|\\/)gradle\\/.+\\.toml$",
"\\.versions\\.toml$"
],
"timeout": 600,
"versioning": "gradle"
},
"gradle-wrapper": {
"fileMatch": ["(^|/)gradle/wrapper/gradle-wrapper.properties$"],
"versioning": "gradle"
},
"helm-requirements": {
"aliases": {"stable": "https://charts.helm.sh/stable"},
"commitMessageTopic": "helm chart {{depName}}",
"fileMatch": ["(^|/)requirements\\.yaml$"]
},
"helm-values": {
"commitMessageTopic": "helm values {{depName}}",
"fileMatch": ["(^|/)values.yaml$"],
"pinDigests": false
},
"helmfile": {
"aliases": {"stable": "https://charts.helm.sh/stable"},
"commitMessageTopic": "helm chart {{depName}}",
"fileMatch": ["(^|/)helmfile.yaml$"]
},
"helmsman": {"fileMatch": []},
"helmv3": {
"aliases": {"stable": "https://charts.helm.sh/stable"},
"commitMessageTopic": "helm chart {{depName}}",
"fileMatch": ["(^|/)Chart.yaml$"]
},
"homebrew": {
"commitMessageTopic": "Homebrew Formula {{depName}}",
"fileMatch": ["^Formula/[^/]+[.]rb$"]
},
"html": {
"fileMatch": ["\\.html?$"],
"versioning": "semver",
"digest": {"enabled": false},
"pinDigests": false
},
"jenkins": {"fileMatch": ["(^|/)plugins\\.(txt|ya?ml)$"]},
"jsonnet-bundler": {
"fileMatch": ["(^|/)jsonnetfile.json$"],
"datasource": "git-tags"
},
"kubernetes": {"fileMatch": []},
"kustomize": {
"fileMatch": ["(^|/)kustomization\\.yaml"],
"pinDigests": false
},
"leiningen": {"fileMatch": ["(^|/)project\\.clj$"], "versioning": "maven"},
"maven": {
"fileMatch": ["\\.pom\\.xml$", "(^|/)pom\\.xml$"],
"versioning": "maven"
},
"meteor": {"fileMatch": ["(^|/)package.js$"]},
"mix": {"fileMatch": ["(^|/)mix\\.exs$"], "versioning": "hex"},
"nodenv": {"fileMatch": ["(^|/).node-version$"], "versioning": "node"},
"npm": {
"fileMatch": ["(^|/)package.json$"],
"rollbackPrs": true,
"versioning": "npm",
"digest": {
"prBodyDefinitions": {
"Change": "{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}"
}
},
"prBodyDefinitions": {
"Change": "[{{#if displayFrom}}`{{{displayFrom}}}` -> {{else}}{{#if currentValue}}`{{{currentValue}}}` -> {{/if}}{{/if}}{{#if displayTo}}`{{{displayTo}}}`{{else}}`{{{newValue}}}`{{/if}}]({{#if depName}}https://renovatebot.com/diffs/npm/{{replace '/' '%2f' depName}}/{{{currentVersion}}}/{{{newVersion}}}{{/if}})"
}
},
"nuget": {
"fileMatch": [
"\\.(?:cs|fs|vb)proj$",
"\\.(?:props|targets)$",
"(^|\\/)dotnet-tools\\.json$",
"(^|\\/)global\\.json$"
]
},
"nvm": {
"fileMatch": ["(^|/)\\.nvmrc$"],
"versioning": "node",
"pinDigests": false
},
"pip-compile": {
"fileMatch": [],
"lockFileMaintenance": {
"enabled": true,
"branchTopic": "pip-compile-refresh",
"commitMessageAction": "Refresh pip-compile outputs"
}
},
"pip_requirements": {
"fileMatch": ["(^|/)([\\w-]*)requirements\\.(txt|pip)$"]
},
"pip_setup": {"fileMatch": ["(^|/)setup.py$"]},
"pipenv": {"fileMatch": ["(^|/)Pipfile$"]},
"poetry": {"fileMatch": ["(^|/)pyproject\\.toml$"]},
"pre-commit": {
"commitMessageTopic": "pre-commit hook {{depName}}",
"enabled": false,
"fileMatch": ["(^|/)\\.pre-commit-config\\.yaml$"],
"prBodyNotes": [
"Note: The `pre-commit` manager in Renovate is not supported by the `pre-commit` maintainers or community. Please do not report any problems there, instead [create a Discussion in the Renovate repository](https://github.com/renovatebot/renovate/discussions/new) if you have any questions."
]
},
"pub": {"fileMatch": ["(^|/)pubspec\\.ya?ml$"], "versioning": "npm"},
"pyenv": {"fileMatch": ["(^|/).python-version$"], "versioning": "docker"},
"regex": {"pinDigests": false},
"ruby-version": {
"fileMatch": ["(^|/)\\.ruby-version$"],
"versioning": "ruby"
},
"sbt": {
"fileMatch": ["\\.sbt$", "project/[^/]*.scala$"],
"versioning": "ivy"
},
"setup-cfg": {"fileMatch": ["(^|/)setup\\.cfg$"], "versioning": "pep440"},
"swift": {
"fileMatch": ["(^|/)Package\\.swift"],
"versioning": "swift",
"rangeStrategy": "bump"
},
"terraform": {
"commitMessageTopic": "Terraform {{managerData.terraformDependencyType}} {{depName}}",
"fileMatch": ["\\.tf$"],
"versioning": "hashicorp"
},
"terraform-version": {
"fileMatch": ["(^|/)\\.terraform-version$"],
"versioning": "hashicorp",
"extractVersion": "^v(?<version>.*)$"
},
"terragrunt": {
"commitMessageTopic": "Terragrunt dependency {{depName}}",
"fileMatch": ["(^|/)terragrunt\\.hcl$"],
"versioning": "hashicorp"
},
"terragrunt-version": {
"fileMatch": ["(^|/)\\.terragrunt-version$"],
"versioning": "hashicorp",
"extractVersion": "^v(?<version>.+)$"
},
"travis": {
"fileMatch": ["^.travis.yml$"],
"major": {"enabled": false},
"versioning": "node"
},
"renovateUsername": "ishowta",
"repository": "ishowta/my-test-repo-of-renovate",
"errors": [],
"warnings": [],
"branchList": [],
"defaultBranch": "main",
"isFork": false,
"baseBranch": "main",
"repoIsOnboarded": true,
"matchPackageNames": [
"fusion-cli",
"fusion-core",
"fusion-test-utils",
"fusion-tokens"
],
"matchPackagePrefixes": ["fusion-plugin-", "fusion-react", "^usion-apollo"],
"renovateJsonPresent": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment