Skip to content

Commit 9513c79

Browse files
chore(config): Migrate renovate config (#46)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent e6490b2 commit 9513c79

1 file changed

Lines changed: 9 additions & 3 deletions

File tree

.github/renovate.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["config:recommended"],
3+
"extends": [
4+
"config:recommended"
5+
],
46
"packageRules": [
57
{
6-
"matchManagers": ["github-actions"],
8+
"matchManagers": [
9+
"github-actions"
10+
],
711
"groupName": "github-actions dependencies",
812
"automerge": true
913
}
1014
],
1115
"github-actions": {
1216
"enabled": true,
13-
"fileMatch": ["^\\.github/workflows/[^/]+\\.ya?ml$"]
17+
"managerFilePatterns": [
18+
"/^\\.github/workflows/[^/]+\\.ya?ml$/"
19+
]
1420
}
1521
}

0 commit comments

Comments
 (0)