We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cba568 commit e0af0daCopy full SHA for e0af0da
renovate.json
@@ -1,24 +1,11 @@
1
{
2
"extends": [
3
- "config:js-lib",
4
- "github>finn-no/renovate-presets:js",
5
- ":automergeDigest",
6
- ":automergePatch",
7
- ":automergeRequireAllStatusChecks",
8
- ":prHourlyLimit4",
9
- ":semanticCommits",
10
- ":pinDigestsDisabled"
+ "github>stipsan/renovate-presets:auto"
11
],
12
- "devDependencies": {
13
- "extends": ":automergeMajor"
14
- },
15
"packageRules": [
16
17
"packageNames": ["scroll-into-view-if-needed"],
18
- "semanticCommitType": "fix",
19
- "major": {
20
- "automerge": false
21
- }
+ "semanticCommitType": "fix"
22
}
23
]
24
0 commit comments