Skip to content

Commit

Permalink
Make renovate group github action deps
Browse files Browse the repository at this point in the history
  • Loading branch information
AntsyLich authored Oct 23, 2024
1 parent dfdb744 commit 29c883d
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"labels": ["dependencies"],
"semanticCommits": "disabled"
"labels": ["Dependencies"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
}
]
}

0 comments on commit 29c883d

Please sign in to comment.