Skip to content

Commit

Permalink
chore(config): migrate config .github/renovate.json5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 19, 2024
1 parent c1eb87a commit 869a264
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"helpers:pinGitHubActionDigests"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'helpers:pinGitHubActionDigests',
],
"packageRules": [
packageRules: [
{
"groupName": "all non-major dependencies for gh-actions",
"groupSlug": "gha-all-minor-patch",
"matchManagers": [
"github-actions"
groupName: 'all non-major dependencies for gh-actions',
groupSlug: 'gha-all-minor-patch',
matchManagers: [
'github-actions',
],
"matchPackagePatterns": [
"*"
matchUpdateTypes: [
'minor',
'patch',
],
matchPackageNames: [
'*',
],
"matchUpdateTypes": [
"minor",
"patch"
]
},
{
"groupName": "all non-major dependencies for npm",
"groupSlug": "npm-all-minor-patch",
"matchManagers": [
"npm"
groupName: 'all non-major dependencies for npm',
groupSlug: 'npm-all-minor-patch',
matchManagers: [
'npm',
],
matchUpdateTypes: [
'minor',
'patch',
],
"matchPackagePatterns": [
"*"
matchPackageNames: [
'*',
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
},
],
}

0 comments on commit 869a264

Please sign in to comment.