We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af8efd8 + f4ae72b commit 51ada43Copy full SHA for 51ada43
.github/workflows/main.yml
@@ -8,6 +8,8 @@ on:
8
branches: [main]
9
pull_request:
10
11
+ merge_group:
12
+ branches: [main]
13
14
jobs:
15
test:
renovate.json
@@ -1,5 +1,18 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["config:recommended"],
4
- "rangeStrategy": "pin"
+ "dependencyDashboard": false,
5
+ "rangeStrategy": "pin",
6
+ "lockFileMaintenance": {
7
+ "enabled": true,
+ "automerge": true
+ },
+ "packageRules": [
+ {
+ "description": "Automerge non-major updates",
+ "matchUpdateTypes": ["minor", "patch"],
+ "matchCurrentVersion": "!/^0/",
16
+ }
17
+ ]
18
}
0 commit comments