Skip to content

Commit 4365884

Browse files
chore(config): migrate config renovate.json
1 parent 1813cca commit 4365884

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base",
4+
"config:recommended",
55
"helpers:pinGitHubActionDigests"
66
],
77
"packageRules": [
@@ -15,8 +15,10 @@
1515
},
1616
{
1717
"matchManagers": ["github-actions"],
18-
"matchPackagePatterns": [".*"],
19-
"versioning": "digest"
18+
"versioning": "digest",
19+
"matchPackageNames": [
20+
"/.*/"
21+
]
2022
}
2123
],
2224
"platformAutomerge": true

0 commit comments

Comments
 (0)