Skip to content

Commit

Permalink
Configure Renovate (#18)
Browse files Browse the repository at this point in the history
* Add renovate.json

* Update renovate.json

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Hartorn <[email protected]>
  • Loading branch information
renovate[bot] and Hartorn authored Sep 27, 2024
1 parent 0e1ab09 commit 6839ba9
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"labels":[
"dependencies"
],
"$schema":"https://docs.renovatebot.com/renovate-schema.json",
"extends":[
"config:recommended",
"helpers:pinGitHubActionDigests",
":pinOnlyDevDependencies"
],
"packageRules":[
{
"groupName":"{{manager}} dependencies",
"groupSlug":"{{manager}}-deps",
"matchPackagePatterns":[
"*"
],
"matchUpdateTypes":[
"*"
]
}
]
}

0 comments on commit 6839ba9

Please sign in to comment.