We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42e671 commit 8eacbddCopy full SHA for 8eacbdd
.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