Skip to content

Commit

Permalink
Update renovate config
Browse files Browse the repository at this point in the history
- Disable semantic commits
- Group github action deps
  • Loading branch information
AntsyLich authored Oct 23, 2024
1 parent 3620e37 commit 96927b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/renovate.json

This file was deleted.

12 changes: 12 additions & 0 deletions .github/renovate.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:base"],
"semanticCommits": "disabled",
"packageRules": [
{
"groupName": "GitHub Actions",
"matchManagers": ["github-actions"],
"pinDigests": true,
}
]
}

0 comments on commit 96927b3

Please sign in to comment.