Skip to content

Commit d9b1cad

Browse files
chore(config): migrate Renovate config (#1110)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5c99aa1 commit d9b1cad

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

renovate.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,21 @@
11
{
2-
"extends": ["github>freecodecamp/renovate-config"],
2+
"extends": [
3+
"github>freecodecamp/renovate-config"
4+
],
35
"docker-compose": {
4-
"fileMatch": ["stacks/.+/stack-.+\\.ya?ml$"]
6+
"managerFilePatterns": [
7+
"/stacks/.+/stack-.+\\.ya?ml$/"
8+
]
59
},
610
"packageRules": [
711
{
8-
"matchDatasources": ["docker"],
9-
"matchPackagePatterns": ["^portainer/"],
10-
"groupName": "portainer"
12+
"matchDatasources": [
13+
"docker"
14+
],
15+
"groupName": "portainer",
16+
"matchPackageNames": [
17+
"/^portainer//"
18+
]
1119
}
1220
]
1321
}

0 commit comments

Comments
 (0)