Skip to content

Commit 51ada43

Browse files
authored
Merge pull request #65 from MelleB/chore/enable-automerge
Enable automerge
2 parents af8efd8 + f4ae72b commit 51ada43

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [main]
99
pull_request:
1010
branches: [main]
11+
merge_group:
12+
branches: [main]
1113

1214
jobs:
1315
test:

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["config:recommended"],
4-
"rangeStrategy": "pin"
4+
"dependencyDashboard": false,
5+
"rangeStrategy": "pin",
6+
"lockFileMaintenance": {
7+
"enabled": true,
8+
"automerge": true
9+
},
10+
"packageRules": [
11+
{
12+
"description": "Automerge non-major updates",
13+
"matchUpdateTypes": ["minor", "patch"],
14+
"matchCurrentVersion": "!/^0/",
15+
"automerge": true
16+
}
17+
]
518
}

0 commit comments

Comments
 (0)