Skip to content

Commit

Permalink
chore(config): migrate config renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 17, 2025
1 parent 461a31a commit 9656374
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,15 @@
"extends": [
"config:recommended"
],
"enabledManagers": ["regex", "dockerfile", "github-actions", "gomod"],
"regexManagers": [
"enabledManagers": [
"custom.regex",
"dockerfile",
"github-actions",
"gomod"
],
"customManagers": [
{
"customType": "regex",
"description": "Update tool versions in Makefile",
"fileMatch": [
"^Makefile$"
Expand All @@ -16,6 +22,7 @@
"versioningTemplate": "semver"
},
{
"customType": "regex",
"description": "Update go-version in GitHub Actions",
"fileMatch": [
"\\.github/workflows/.*\\.yml$"
Expand Down

0 comments on commit 9656374

Please sign in to comment.