Skip to content

Commit a4b9986

Browse files
authored
feat: automerge minor GitHub actions upgrades (#134)
1 parent 6bc8940 commit a4b9986

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,13 @@
3232
"^# renovate: datasource=(?<datasource>.*?)\\sdepName=(?<depName>.*?)\\s.*@(?<currentValue>.*)"
3333
]
3434
}
35+
],
36+
"packageRules": [
37+
{
38+
"description": "Automatically merge minor updates for GitHub actions and go dependencies",
39+
"matchManagers": ["github-actions", "gomod"],
40+
"matchUpdateTypes": ["minor", "patch"],
41+
"automerge": true
42+
}
3543
]
3644
}

0 commit comments

Comments
 (0)