Skip to content

Commit

Permalink
Migrate renovate config (#1572)
Browse files Browse the repository at this point in the history
Co-authored-by: AntsyLich <[email protected]>
  • Loading branch information
renovate-bot and AntsyLich authored Dec 12, 2024
1 parent e86aeee commit 69320e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"extends": ["config:recommended"],
"labels": ["Dependencies"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
}
]
},
],
}

0 comments on commit 69320e4

Please sign in to comment.