Skip to content

Commit

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

* Move and use standard config

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: charlesmmarshall <[email protected]>
  • Loading branch information
renovate[bot] and charlesmmarshall authored Jan 9, 2024
1 parent 9119d7c commit 504d786
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"schedule:monthly"
],
"branchPrefix": "renovate-",
"commitMessageAction": "Renovate",
"labels": [
"Renovate"
],
"packageRules": [
{
"groupName": "Minor and Patch Updates",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": [
"minor",
"patch"
],
"stabilityDays": 5,
"addLabels": ["minor-and-patch"]
},
{
"groupName": "Major Updates",
"matchPackagePatterns": ["*"],
"matchUpdateTypes": [
"major"
],
"stabilityDays": 5,
"addLabels": ["major"]
}

]
}

File renamed without changes.

0 comments on commit 504d786

Please sign in to comment.