Skip to content

Commit 7e1283b

Browse files
committed
Renovate: Automerge updates.
1 parent 0774352 commit 7e1283b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Build
22

3-
on: [push, pull_request]
3+
on: [push, pull_request, merge_group]
44

55
jobs:
66
build:

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"extends": [
33
"config:base",
44
":disableDependencyDashboard"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Automerge updates",
9+
"matchUpdateTypes": ["major", "minor", "patch"],
10+
"automerge": true
11+
}
512
]
613
}

0 commit comments

Comments
 (0)