Skip to content

Commit 1e87c1a

Browse files
authored
Merge pull request #914 from rackerlabs/renovate/migrate-config
chore(config): migrate renovate config
2 parents 9012f87 + 4dc7988 commit 1e87c1a

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

.github/renovate.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
"customManagers": [
1919
{
2020
"customType": "regex",
21-
"fileMatch": [
22-
"apps/appsets/openstack.yaml$"
21+
"managerFilePatterns": [
22+
"/apps/appsets/openstack.yaml$/"
2323
],
2424
"matchStrings": [
2525
"\\s- component: (?<depName>.+)\\n\\s+repoURL: (?<packageName>.+)\\n\\s+chartVersion: (?<currentValue>.+)\\s"
@@ -28,7 +28,9 @@
2828
},
2929
{
3030
"customType": "regex",
31-
"fileMatch": ["^.*\\.ya?ml$"],
31+
"managerFilePatterns": [
32+
"/^.*\\.ya?ml$/"
33+
],
3234
"matchStrings": [
3335
"(?<depName>[^/]+/[^/]+)/releases/download/v(?<currentValue>[^/]+)"
3436
],

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ repos:
7171
files: '^python/understack-workflows/'
7272
args: ["-C", "python/understack-workflows", "--no-update"]
7373
- repo: https://github.com/renovatebot/pre-commit-hooks
74-
rev: 39.174.0
74+
rev: 40.8.1
7575
hooks:
7676
- id: renovate-config-validator
7777
- repo: https://github.com/RobertCraigie/pyright-python

0 commit comments

Comments
 (0)