Skip to content

Commit

Permalink
renovate: Update config
Browse files Browse the repository at this point in the history
Signed-off-by: Reilly Brogan <[email protected]>
  • Loading branch information
ReillyBrogan committed Oct 3, 2024
1 parent 39c0bf5 commit 707a862
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended",
"group:allNonMajor",
"schedule:monthly"
],
"packageRules": [
{
"matchManagers": ["gomod"],
"groupName": "golang",
"labels": ["lang: go", "area: dependencies"],
"matchPackageNames": [
"*"
],
"matchUpdateTypes": [
"minor",
"patch"
]
}
]
}

0 comments on commit 707a862

Please sign in to comment.