Skip to content

Commit 7ab67ec

Browse files
authored
Merge pull request #684 from rackerlabs/renovate/migrate-config
chore(config): migrate renovate config
2 parents c91e991 + 29a0b23 commit 7ab67ec

File tree

2 files changed

+16
-5
lines changed

2 files changed

+16
-5
lines changed

.github/renovate.json

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,25 @@
55
"github>rackerlabs/understack//.github/renovate/default",
66
"github>rackerlabs/understack//.github/renovate/nautobot"
77
],
8+
"packageRules": [
9+
{
10+
"matchManagers": [
11+
"devbox"
12+
],
13+
"automerge": true,
14+
"automergeType": "branch"
15+
}
16+
],
817
"customManagers": [
918
{
10-
"fileMatch": ["app/appsets/openstack.yaml"],
19+
"customType": "regex",
20+
"fileMatch": [
21+
"app/appsets/openstack.yaml$"
22+
],
1123
"matchStrings": [
12-
"- component: (?<depName>.+)\\n\\s+repoURL: (?<lookupName>.+)\\n\\s+chartVersion: (?<currentValue>.+)"
24+
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<packageName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
1325
],
14-
"datasourceTemplate": "helm",
15-
"versioningTemplate": "helm"
26+
"datasourceTemplate": "helm"
1627
}
1728
]
1829
}

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ repos:
6262
files: '^python/understack-workflows/'
6363
args: ["-C", "python/understack-workflows", "--no-update"]
6464
- repo: https://github.com/renovatebot/pre-commit-hooks
65-
rev: 38.114.0
65+
rev: 39.174.0
6666
hooks:
6767
- id: renovate-config-validator
6868
- repo: https://github.com/RobertCraigie/pyright-python

0 commit comments

Comments
 (0)