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 2f982a1 commit 94e27baCopy full SHA for 94e27ba
renovate.json
@@ -1,6 +1,26 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:recommended",
5
+ ":rebaseStalePrs",
6
+ ":semanticCommits",
7
+ ":semanticCommitScope(deps)",
8
+ "helpers:pinGitHubActionDigests"
9
+ ],
10
+ "baseBranches": [
11
+ "master"
12
13
+ "customManagers": [
14
+ {
15
+ "customType": "regex",
16
+ "managerFilePatterns": [
17
+ "(^|/)PKGBUILD$"
18
19
+ "matchStrings": [
20
+ "_npmver=(?<currentValue>.*) # renovate: datasource=(?<datasource>.*) depName=(?<depName>.*)"
21
22
+ "extractVersionTemplate": "^v?(?<version>.*)$",
23
+ "autoReplaceStringTemplate": "_npmver={{{newValue}}} # renovate: datasource={{{datasource}}} depName={{{depName}}}"
24
+ }
25
]
26
}
0 commit comments