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.
2 parents 79a44d1 + a38a1a8 commit 2e69df5Copy full SHA for 2e69df5
1 file changed
renovate.json
@@ -1,10 +1,23 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": [
4
- "config:recommended"
+ "config:recommended",
5
+ "docker:pinDigests",
6
+ "helpers:pinGitHubActionDigests",
7
+ ":configMigration",
8
+ ":pinDevDependencies",
9
+ "abandonments:recommended",
10
+ "security:minimumReleaseAgeNpm"
11
+ ],
12
+ "packageRules": [
13
+ {
14
+ "extends": [
15
+ "helpers:pinGitHubActionDigests"
16
17
+ "extractVersion": "^(?<version>v?\\d+\\.\\d+\\.\\d+)$",
18
+ "versioning": "regex:^v?(?<major>\\d+)(\\.(?<minor>\\d+)\\.(?<patch>\\d+))?$"
19
+ }
20
],
- "pinDigests": true,
- "prConcurrentLimit": 0,
- "branchConcurrentLimit": 0,
21
"prHourlyLimit": 0
22
+
23
}
0 commit comments