Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 6, 2025
1 parent b12ad8f commit 8403f3b
Showing 1 changed file with 60 additions and 20 deletions.
80 changes: 60 additions & 20 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"config:recommended",
"helpers:pinGitHubActionDigests",
":dependencyDashboard",
":semanticCommits",
Expand Down Expand Up @@ -41,61 +41,92 @@
"packageRules": [
{
"description": "Request JavaScript reviews",
"matchManagers": ["npm"],
"matchManagers": [
"npm"
],
"reviewers": [
"@ChristophWurst",
"@GretaD"
]
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue"],
"matchManagers": [
"npm"
],
"matchPackageNames": [
"vue"
],
"allowedVersions": "<3.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue-router"],
"matchManagers": [
"npm"
],
"matchPackageNames": [
"vue-router"
],
"allowedVersions": "<4.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["@vue/test-utils"],
"matchManagers": [
"npm"
],
"matchPackageNames": [
"@vue/test-utils"
],
"allowedVersions": "<2.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vuex"],
"matchManagers": [
"npm"
],
"matchPackageNames": [
"vuex"
],
"allowedVersions": "<4.1.0"
},
{
"description": "Ignore Vue 3 packages",
"matchManagers": ["npm"],
"matchPackageNames": ["vue-loader"],
"matchManagers": [
"npm"
],
"matchPackageNames": [
"vue-loader"
],
"allowedVersions": "<16.0.0"
},
{
"description": "Request PHP reviews",
"matchManagers": ["composer"],
"matchManagers": [
"composer"
],
"reviewers": [
"@ChristophWurst",
"@kesselb"
]
},
{
"description": "Bump Github actions monthly and request reviews",
"matchManagers": ["github-actions"],
"extends": ["schedule:monthly"],
"matchManagers": [
"github-actions"
],
"extends": [
"schedule:monthly"
],
"reviewers": [
"ChristophWurst",
"kesselb"
]
},
{
"matchUpdateTypes": ["minor", "patch"],
"matchUpdateTypes": [
"minor",
"patch"
],
"matchCurrentVersion": "!/^0/",
"automerge": true,
"automergeType": "pr",
Expand All @@ -108,7 +139,10 @@
},
{
"description": "Only automerge packages that follow semver",
"matchPackageNames": ["@nextcloud/vue", "friendsofphp/php-cs-fixer"],
"matchPackageNames": [
"@nextcloud/vue",
"friendsofphp/php-cs-fixer"
],
"automerge": false,
"labels": [
"dependencies",
Expand All @@ -124,9 +158,15 @@
"matchBaseBranches": "/^stable(.)+/"
},
{
"matchBaseBranches": ["main"],
"matchDepTypes": ["devDependencies"],
"extends": ["schedule:monthly"]
"matchBaseBranches": [
"main"
],
"matchDepTypes": [
"devDependencies"
],
"extends": [
"schedule:monthly"
]
},
{
"groupName": "CKEditor family",
Expand Down

0 comments on commit 8403f3b

Please sign in to comment.