Skip to content

Commit

Permalink
Merge pull request 'Migrate renovate config' (khuedoan#16) from renov…
Browse files Browse the repository at this point in the history
…ate/migrate-config into master

Reviewed-on: https://git.west-beta.ts.net/ops/homelab2/pulls/16
  • Loading branch information
gitea_admin committed Dec 8, 2024
2 parents e22932a + 1ff5a5a commit c7a3449
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
],
"packageRules": [
packageRules: [
{
"matchPackagePatterns": [
"*"
matchUpdateTypes: [
'minor',
'patch',
],
"matchUpdateTypes": [
"minor",
"patch"
groupName: 'all non-major dependencies',
groupSlug: 'all-minor-patch',
matchPackageNames: [
'*',
],
"groupName": "all non-major dependencies",
"groupSlug": "all-minor-patch"
}
]
},
],
}

0 comments on commit c7a3449

Please sign in to comment.