Skip to content

Commit

Permalink
chore(config): migrate config .renovaterc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and utkuozdemir committed Dec 22, 2024
1 parent 0e0774b commit d95aa85
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .renovaterc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"extends": [
"config:base",
"config:recommended",
":automergeBranch",
":automergeMinor",
":automergeDigest",
Expand All @@ -26,14 +26,15 @@
"extends": [
":automergeMajor"
],
"matchPaths": [
"matchFileNames": [
".github/workflows/**"
],
"groupName": "github actions"
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"\\.github\\/workflows\\/.*"
],
Expand All @@ -44,6 +45,7 @@
"versioningTemplate": "semver"
},
{
"customType": "regex",
"fileMatch": [
"go.mod",
"\\.github\\/workflows\\/.*"
Expand Down

0 comments on commit d95aa85

Please sign in to comment.