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 and steffakasid committed Nov 23, 2024
1 parent 320df89 commit df9b4a4
Showing 1 changed file with 16 additions and 5 deletions.
21 changes: 16 additions & 5 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -1,24 +1,35 @@
{
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"matchUpdateTypes": [
"minor",
"patch",
"pin",
"digest"
],
"automerge": true,
"groupName": "Dependencies (non-major)"
},
{
"matchUpdateTypes": ["major"],
"matchUpdateTypes": [
"major"
],
"automerge": true,
"groupName": "Dependencies (major)"
}
],
"customManagers": [
{
"customType": "regex",
"fileMatch": ["^.*go$"],
"matchStrings": ["\\s(?<depName>go)-version: (?<currentValue>.*?)\n/gm"],
"fileMatch": [
"^.*go$"
],
"matchStrings": [
"\\s(?<depName>go)-version: (?<currentValue>.*?)\n/gm"
],
"datasourceTemplate": "go"
}
]
Expand Down

0 comments on commit df9b4a4

Please sign in to comment.