Skip to content

Commit

Permalink
Migrate config renovate.json (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Dec 5, 2024
1 parent f3b942c commit 5505069
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,21 +1,21 @@
{
"labels":[
"labels": [
"dependencies"
],
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended",
"helpers:pinGitHubActionDigests",
":pinOnlyDevDependencies"
],
"packageRules":[
"packageRules": [
{
"groupName":"{{manager}} dependencies",
"groupSlug":"{{manager}}-deps",
"matchPackagePatterns":[
"groupName": "{{manager}} dependencies",
"groupSlug": "{{manager}}-deps",
"matchUpdateTypes": [
"*"
],
"matchUpdateTypes":[
"matchPackageNames": [
"*"
]
}
Expand Down

0 comments on commit 5505069

Please sign in to comment.