Skip to content

Commit

Permalink
Merge pull request #532 from ras0q/renovate/migrate-config
Browse files Browse the repository at this point in the history
chore(config): migrate renovate config
  • Loading branch information
ras0q authored Dec 11, 2024
2 parents ee2475e + c0d0040 commit 64feab8
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"github>aquaproj/aqua-renovate-config#2.6.0"
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
extends: [
'config:recommended',
'github>aquaproj/aqua-renovate-config#2.6.0',
],
"packageRules": [
packageRules: [
{
"description": "Automerge non-major update",
"matchUpdateTypes": [
"minor",
"patch"
description: 'Automerge non-major update',
matchUpdateTypes: [
'minor',
'patch',
],
"automerge": true
automerge: true,
},
{
"matchPackageNames": [
"neovim/neovim"
matchPackageNames: [
'neovim/neovim',
],
"enabled": false
}
]
enabled: false,
},
],
}

0 comments on commit 64feab8

Please sign in to comment.