We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f05e4f commit 21840b4Copy full SHA for 21840b4
.github/workflows/main.yml
@@ -6,6 +6,7 @@ on:
6
push:
7
branches:
8
- master
9
+ - renovate/**
10
pull_request:
11
12
renovate.json
@@ -4,6 +4,7 @@
4
"config:recommended"
5
],
"automerge": true,
+ "automergeType": "branch",
"packageRules": [
{
"description": "Ubuntu 24.04 doesn't support more fresh versions of these packages.",
0 commit comments