Skip to content

Commit a325201

Browse files
chore(config): migrate Renovate config (#1266)
2 parents f145c8a + 9e90a6b commit a325201

1 file changed

Lines changed: 8 additions & 4 deletions

File tree

renovate.json

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended", "helpers:pinGitHubActionDigests", "docker:pinDigests"],
3+
"extends": [
4+
"config:recommended",
5+
"helpers:pinGitHubActionDigests",
6+
"docker:pinDigests"
7+
],
48
"vulnerabilityAlerts": {
59
"enabled": true,
610
"labels": ["security", "renovate"]
@@ -9,16 +13,16 @@
913
"customManagers": [
1014
{
1115
"customType": "regex",
12-
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"],
16+
"managerFilePatterns": ["/^\\.github/workflows/[^/]+\\.ya?ml$/"],
1317
"matchStrings": [
1418
"bun-version:\\s*(?<currentValue>\\S+)\\s*}\\s*#\\s*renovate:\\s*datasource=(?<datasource>\\S+)\\s+depName=(?<depName>\\S+)"
1519
]
1620
}
1721
],
1822
"packageRules": [
1923
{
20-
"matchPackagePatterns": [".*"],
21-
"labels": ["renovate"]
24+
"labels": ["renovate"],
25+
"matchPackageNames": ["/.*/"]
2226
},
2327
{
2428
"matchCategories": ["security"],

0 commit comments

Comments
 (0)