Skip to content

Commit

Permalink
Wed May 15 03:38:04 PM CDT 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
komish committed May 15, 2024
1 parent 40f04ca commit 972983c
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions renovate.json5
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"enabledManagers": [
"gomod",
"pip_requirements",
"github-actions"
],
"platform": "github",
"branchPrefix": "reno-",
"branchPrefix": "renovate/",
"repositories": [
"practice-room/chart-verifier",
"practice-room/chart-verifier"
],
"postUpdateOptions": [
"gomodTidy",
"gomodTidy"
]
}

0 comments on commit 972983c

Please sign in to comment.