Skip to content

Commit 2e69df5

Browse files
authored
Merge pull request #27 from chainguard-demo/fix-id
Renovate best practices
2 parents 79a44d1 + a38a1a8 commit 2e69df5

1 file changed

Lines changed: 17 additions & 4 deletions

File tree

renovate.json

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,23 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"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+
}
520
],
6-
"pinDigests": true,
7-
"prConcurrentLimit": 0,
8-
"branchConcurrentLimit": 0,
921
"prHourlyLimit": 0
22+
1023
}

0 commit comments

Comments
 (0)